about summary refs log tree commit diff
path: root/docs/Running-Mastodon
diff options
context:
space:
mode:
authorValentin Lorentz <progval+github@progval.net>2017-04-03 00:10:51 +0200
committerGitHub <noreply@github.com>2017-04-03 00:10:51 +0200
commit9ca548c17e596d2d898dcd5b0183f1260c316561 (patch)
tree94305d09b0bbd6eb48171877be143d98c3139ae5 /docs/Running-Mastodon
parent82ae07e48b3923ad3896052da286ca69d08d5da1 (diff)
Also fix the start command.
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r--docs/Running-Mastodon/Production-guide.md2
1 files changed, 1 insertions, 1 deletions
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