[fix] Stop streaming service

This commit is contained in:
nemsia 2017-04-24 23:52:44 +02:00 committed by GitHub
parent 6e6f3cd38d
commit a087f72f4a

View file

@ -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