1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

add '.service' prefix to systemctl commands

This commit is contained in:
src386 2015-08-19 14:17:52 +02:00
parent 9e47663f22
commit c63a1cc949

View file

@ -13,8 +13,8 @@ sudo rm -f /etc/nginx/conf.d/$domain.d/movim.conf
#REMOVE INIT
sudo /etc/init.d/movim stop
sudo systemctl stop movim
sudo systemctl disable movim
sudo systemctl stop movim.service
sudo systemctl disable movim.service
sudo update-rc.d -f movim remove
sudo rm /etc/init.d/movim
sudo rm /lib/systemd/system/movim.service