Update the openrc service's retry with the correct format

This commit is contained in:
vaartis 2019-01-28 08:18:11 +00:00
parent 6db792124b
commit 9e43a28bc3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export PORT=4000
export MIX_ENV=prod
# 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"