From: Valentin Lorentz Date: Sun, 2 Apr 2017 22:10:51 +0000 (+0200) Subject: Also fix the start command. X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9ca548c17e596d2d898dcd5b0183f1260c316561;p=mastodon.git Also fix the start command. --- diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index 7af92fd94..f0dd7bd2b 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -209,7 +209,7 @@ Restart=always WantedBy=multi-user.target ``` -This allows you to `sudo systemctl enable /etc/systemd/system/mastodon-*.service` and `sudo systemctl start mastodon-*.service` to get things going. +This allows you to `sudo systemctl enable /etc/systemd/system/mastodon-*.service` and `sudo systemctl start mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service` to get things going. ## Cronjobs