Update service files of OpenRC and systemd to new recommended paths

This commit is contained in:
shibayashi 2019-02-10 19:25:34 +00:00 committed by kaniini
commit d1752a81a8
2 changed files with 6 additions and 4 deletions

View file

@ -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
}
}