aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-04-24 23:52:44 +0200
committerGitHub <noreply@github.com>2017-04-24 23:52:44 +0200
commita087f72f4a140ea822b52947aa6ee025b78e1fdd (patch)
treeccc1c01791ec33bdc8e1ebdbccfedf4b7f3918c4 /scripts
parent6e6f3cd38d0f589415ab71acd5c00d487f0b668e (diff)
downloadmastodon_ynh-a087f72f4a140ea822b52947aa6ee025b78e1fdd.tar.gz
mastodon_ynh-a087f72f4a140ea822b52947aa6ee025b78e1fdd.tar.bz2
mastodon_ynh-a087f72f4a140ea822b52947aa6ee025b78e1fdd.zip
[fix] Stop streaming service
Diffstat (limited to 'scripts')
-rw-r--r--scripts/remove2
1 files changed, 1 insertions, 1 deletions
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