diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-01-28 08:23:21 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-01-28 08:23:21 +0000 |
commit | b380b4898d3165c41a0e2b09b0727cad6b58f925 (patch) | |
tree | a00904e6940576dfb3b01bf23c7a3b8bcedcdfba | |
parent | 6db792124ba5269a6d134e2778779261f44bd635 (diff) | |
parent | 9e43a28bc36777737a56d02dccf831cf00fcddc4 (diff) | |
download | pleroma-b380b4898d3165c41a0e2b09b0727cad6b58f925.tar.gz |
Merge branch 'patch-2' into 'develop'
Update the openrc service's retry with the correct format
See merge request pleroma/pleroma!727
-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" |