Update service files of OpenRC and systemd to new recommended paths
This commit is contained in:
parent
57501defb4
commit
d1752a81a8
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue