projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db7921
)
Update the openrc service's retry with the correct format
author
vaartis
<vaartis@cock.li>
Mon, 28 Jan 2019 08:18:11 +0000
(08:18 +0000)
committer
vaartis
<vaartis@cock.li>
Mon, 28 Jan 2019 08:18:11 +0000
(08:18 +0000)
installation/init.d/pleroma
patch
|
blob
|
history
diff --git
a/installation/init.d/pleroma
b/installation/init.d/pleroma
index 9582d65d45c37c6d326bae49dc9a59b206d5f780..2b211df65ff59cebc2167a53c4950495a89191fa 100755
(executable)
--- 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"