diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-08 14:43:42 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-10 13:09:38 +0100 |
commit | 78bf1b80b4509553aed2f80f3e7a1ec8e4e90083 (patch) | |
tree | fbc95dcbb8ab4ec542fa60f27b1507a4a79a197c /README.md | |
parent | db67c9b118542dc0010cee5589c1e8ba97d61a1b (diff) | |
download | pleroma-78bf1b80b4509553aed2f80f3e7a1ec8e4e90083.tar.gz pleroma-78bf1b80b4509553aed2f80f3e7a1ec8e4e90083.zip |
README.md: Add note for OpenRC
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -58,6 +58,11 @@ Pleroma comes with two frontends. The first one, Pleroma FE, can be reached by n Running `service pleroma start` Logs can be watched by using `journalctl -fu pleroma.service` +### As OpenRC service (with provided RC file) +Copy ``installation/init.d/pleroma`` to ``/etc/init.d/pleroma``. +You can add it to the services ran by default with: +``rc-update add pleroma`` + ### Standalone/run by other means Run `mix phx.server` in repository's root, it will output log into stdout/stderr |