diff options
author | vaartis <vaartis@cock.li> | 2019-01-28 08:18:11 +0000 |
---|---|---|
committer | vaartis <vaartis@cock.li> | 2019-01-28 08:18:11 +0000 |
commit | 9e43a28bc36777737a56d02dccf831cf00fcddc4 (patch) | |
tree | a00904e6940576dfb3b01bf23c7a3b8bcedcdfba | |
parent | 6db792124ba5269a6d134e2778779261f44bd635 (diff) | |
download | pleroma-9e43a28bc36777737a56d02dccf831cf00fcddc4.tar.gz pleroma-9e43a28bc36777737a56d02dccf831cf00fcddc4.zip |
Update the openrc service's retry with the correct format
-rwxr-xr-x | installation/init.d/pleroma | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/init.d/pleroma b/installation/init.d/pleroma index 9582d65d4..2b211df65 100755 --- a/installation/init.d/pleroma +++ b/installation/init.d/pleroma @@ -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" |