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:
parent
9e47663f22
commit
c63a1cc949
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue