From e05277a8fe369ba4cfdd66e93b2b93d6c1377201 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 24 Apr 2017 23:54:57 +0200 Subject: [fix] Stop streaming on remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/remove') diff --git a/scripts/remove b/scripts/remove index 6ddf97b..373d028 100644 --- a/scripts/remove +++ b/scripts/remove @@ -32,7 +32,7 @@ fi # Stop mastodon-sidekiq if [ -e "/etc/systemd/system/mastodon-streaming.service" ]; then echo "Delete systemd script" - sudo systemctl stop mastodon-sidekiq.streaming + sudo systemctl stop mastodon-streaming.service ynh_secure_remove "/etc/systemd/system/mastodon-streaming.service" sudo systemctl disable mastodon-streaming.service fi -- cgit v1.2.3-70-g09d2