Skip to content
Snippets Groups Projects
Commit 9ca548c1 authored by Valentin Lorentz's avatar Valentin Lorentz Committed by GitHub
Browse files

Also fix the start command.

parent 82ae07e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment