From c63a1cc9491967424b7be2483a64cdc0256e9ac4 Mon Sep 17 00:00:00 2001 From: src386 Date: Wed, 19 Aug 2015 14:17:52 +0200 Subject: [PATCH] add '.service' prefix to systemctl commands --- scripts/remove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index 1646280..881dbbc 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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