forked from AkkomaGang/akkoma
Merge branch 'patch-2' into 'develop'
Update the openrc service's retry with the correct format See merge request pleroma/pleroma!727
This commit is contained in:
commit
b380b4898d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export PORT=4000
|
||||||
export MIX_ENV=prod
|
export MIX_ENV=prod
|
||||||
|
|
||||||
# Ask process to terminate within 30 seconds, otherwise kill it
|
# Ask process to terminate within 30 seconds, otherwise kill it
|
||||||
retry="SIGTERM/30 SIGKILL/5"
|
retry="SIGTERM/30/SIGKILL/5"
|
||||||
|
|
||||||
pidfile="/var/run/pleroma.pid"
|
pidfile="/var/run/pleroma.pid"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue