logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6b9c50117f9542b798a7b193ca452ebfe2b206a1
parent: 61f90f15b0f331a1cceed31f267de1acfe8ee73c
Author: Eugen <eugen@zeonfederated.com>
Date:   Mon,  3 Apr 2017 03:39:35 +0200

Merge pull request #748 from ProgVal/patch-1

Fix install instructions.

Diffstat:

Mdocs/Running-Mastodon/Production-guide.md3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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