diff options
author | Valentin Lorentz <progval+github@progval.net> | 2017-04-03 00:08:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-03 00:08:40 +0200 |
commit | 82ae07e48b3923ad3896052da286ca69d08d5da1 (patch) | |
tree | 2df6f276d7efb3e978689bf43eba320e900641bc /docs/Running-Mastodon | |
parent | 2cd792fc3d81f2873c6829420710c7b153f1e7c9 (diff) |
Fix install instructions.
Closes GH-745.
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..7af92fd94 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-*.service` to get things going. ## Cronjobs |