Browse Source

Also fix the start command.

closed-social-glitch-2
Valentin Lorentz 7 years ago
committed by GitHub
parent
commit
9ca548c17e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/Running-Mastodon/Production-guide.md

+ 1
- 1
docs/Running-Mastodon/Production-guide.md View 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

Loading…
Cancel
Save