diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-03 03:39:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 03:39:35 +0200 |
commit | 6b9c50117f9542b798a7b193ca452ebfe2b206a1 (patch) | |
tree | 0b56decf80651a639013ce1cafd8c0763e568196 /docs/Running-Mastodon | |
parent | 61f90f15b0f331a1cceed31f267de1acfe8ee73c (diff) | |
parent | 9ca548c17e596d2d898dcd5b0183f1260c316561 (diff) |
Merge pull request #748 from ProgVal/patch-1
Fix install instructions.
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Production-guide.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index a6c776f09..f0dd7bd2b 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -95,7 +95,6 @@ Setup a user and database for Mastodon: In the prompt: CREATE USER mastodon CREATEDB; - CREATE DATABASE mastodon_production OWNER mastodon; \q ## Rbenv @@ -210,7 +209,7 @@ Restart=always WantedBy=multi-user.target ``` -This allows you to `sudo systemctl enable 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 |