summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-01-28 08:23:21 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-01-28 08:23:21 +0000
commitb380b4898d3165c41a0e2b09b0727cad6b58f925 (patch)
treea00904e6940576dfb3b01bf23c7a3b8bcedcdfba
parent6db792124ba5269a6d134e2778779261f44bd635 (diff)
parent9e43a28bc36777737a56d02dccf831cf00fcddc4 (diff)
downloadpleroma-b380b4898d3165c41a0e2b09b0727cad6b58f925.tar.gz
pleroma-b380b4898d3165c41a0e2b09b0727cad6b58f925.zip
Merge branch 'patch-2' into 'develop'
Update the openrc service's retry with the correct format See merge request pleroma/pleroma!727
-rwxr-xr-xinstallation/init.d/pleroma2
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"