From 1c8abcfbef197a27155e9ce6a78eae144d35e061 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 10 Apr 2017 21:09:27 +0200 Subject: [PATCH] add reload-daemon for mastodon services --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ad88c10..b5236ec 100644 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ sudo cp ../conf/mastodon-sidekiq.service /etc/systemd/system/mastodon-sidekiq.se sudo chown root: /etc/systemd/system/mastodon-sidekiq.service sudo cp ../conf/mastodon-streaming.service /etc/systemd/system/mastodon-streaming.service sudo chown root: /etc/systemd/system/mastodon-streaming.service - +sudo systemctl daemon-reload sudo systemctl enable /etc/systemd/system/mastodon-*.service # sudo systemctl start mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service # # debug