aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author__cyp <cyp@rouquin.me>2017-04-25 01:35:26 +0200
committerGitHub <noreply@github.com>2017-04-25 01:35:26 +0200
commitcc04c85f305a7d901c058d3263c5cce604eb660d (patch)
treea963b0bf7f73a5c5e261c552f94f94de3a3f12c6 /scripts
parent2db58a55776e45e1f1fa49411ba07cd9a9cd653a (diff)
parente05277a8fe369ba4cfdd66e93b2b93d6c1377201 (diff)
downloadmastodon_ynh-cc04c85f305a7d901c058d3263c5cce604eb660d.tar.gz
mastodon_ynh-cc04c85f305a7d901c058d3263c5cce604eb660d.tar.bz2
mastodon_ynh-cc04c85f305a7d901c058d3263c5cce604eb660d.zip
Merge pull request #13 from nemsia/patch-2
[fix] Stop streaming on remove
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