diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-24 23:54:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-24 23:54:57 +0200 |
| commit | e05277a8fe369ba4cfdd66e93b2b93d6c1377201 (patch) | |
| tree | a963b0bf7f73a5c5e261c552f94f94de3a3f12c6 /scripts/remove | |
| parent | 2db58a55776e45e1f1fa49411ba07cd9a9cd653a (diff) | |
| download | mastodon_ynh-e05277a8fe369ba4cfdd66e93b2b93d6c1377201.tar.gz mastodon_ynh-e05277a8fe369ba4cfdd66e93b2b93d6c1377201.tar.bz2 mastodon_ynh-e05277a8fe369ba4cfdd66e93b2b93d6c1377201.zip | |
[fix] Stop streaming on remove
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 2 |
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 |
