Skip to content
Snippets Groups Projects
Commit 21ab3ceb authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove movim daemon on uninstall

parent 290799c9
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,10 @@ function remove_movim {
return
fi
systemctl stop movim
systemctl disable movim
rm /etc/systemd/system/movim.service
read_config_param "MY_USERNAME"
echo "Removing $MOVIM_DOMAIN_NAME"
nginx_dissite $MOVIM_DOMAIN_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment