diff options
author | shibayashi <shibayashi@cypherpunk.observer> | 2019-02-10 19:25:34 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-02-10 19:25:34 +0000 |
commit | d1752a81a8f0de5401e9fcfbee0c1242c7768d6d (patch) | |
tree | ee2eb3af8eebf86986947243356eed341766247b /installation/init.d | |
parent | 57501defb40955b1edc2552ecf422b48c573aaee (diff) | |
download | pleroma-d1752a81a8f0de5401e9fcfbee0c1242c7768d6d.tar.gz pleroma-d1752a81a8f0de5401e9fcfbee0c1242c7768d6d.zip |
Update service files of OpenRC and systemd to new recommended paths
Diffstat (limited to 'installation/init.d')
-rwxr-xr-x | installation/init.d/pleroma | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index 2b211df65..ed50bb551 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -1,7 +1,7 @@ #!/sbin/openrc-run # Requires OpenRC >= 0.35 -directory=~pleroma/pleroma +directory=/opt/pleroma command=/usr/bin/mix command_args="phx.server" @@ -18,4 +18,4 @@ pidfile="/var/run/pleroma.pid" depend() { need nginx postgresql -}
\ No newline at end of file +} |