From a29c1c23e075eaf20b4c5811ae2e7ecbc406bb02 Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 12 Apr 2017 11:15:21 +0200 Subject: [PATCH] [fix] services don't start --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7e8e79c..a07a1df 100644 --- a/scripts/install +++ b/scripts/install @@ -198,11 +198,11 @@ sudo yunohost service add mastodon-sidekiq sudo yunohost service add mastodon-streaming # restart 1 -#sudo systemctl restart /etc/systemd/system/mastodon-*.service +sudo systemctl restart mastodon-* # Re-Install bundle WHY ??? sudo su - $app <