]> cat aescling's git repositories - mastodon.git/commitdiff
Also fix the start command.
authorValentin Lorentz <progval+github@progval.net>
Sun, 2 Apr 2017 22:10:51 +0000 (00:10 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2017 22:10:51 +0000 (00:10 +0200)
docs/Running-Mastodon/Production-guide.md

index 7af92fd944d545f88ed099a65514183498616fe7..f0dd7bd2b595387b9cc27151a3d5671117bb8137 100644 (file)
@@ -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