diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-10 21:09:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-10 21:09:27 +0200 |
| commit | 1c8abcfbef197a27155e9ce6a78eae144d35e061 (patch) | |
| tree | a3cd299c48b31aedc0354bc7df11ddd61e97dd9b /scripts | |
| parent | ea42525c1337719de22303a0e53a8b190b224c79 (diff) | |
| download | mastodon_ynh-1c8abcfbef197a27155e9ce6a78eae144d35e061.tar.gz mastodon_ynh-1c8abcfbef197a27155e9ce6a78eae144d35e061.tar.bz2 mastodon_ynh-1c8abcfbef197a27155e9ce6a78eae144d35e061.zip | |
add reload-daemon for mastodon services
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
