summaryrefslogtreecommitdiff
path: root/installation/init.d
diff options
context:
space:
mode:
authorshibayashi <shibayashi@cypherpunk.observer>2019-02-10 19:25:34 +0000
committerkaniini <nenolod@gmail.com>2019-02-10 19:25:34 +0000
commitd1752a81a8f0de5401e9fcfbee0c1242c7768d6d (patch)
treeee2eb3af8eebf86986947243356eed341766247b /installation/init.d
parent57501defb40955b1edc2552ecf422b48c573aaee (diff)
downloadpleroma-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-xinstallation/init.d/pleroma4
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
+}