Update the openrc service's retry with the correct format
authorvaartis <vaartis@cock.li>
Mon, 28 Jan 2019 08:18:11 +0000 (08:18 +0000)
committervaartis <vaartis@cock.li>
Mon, 28 Jan 2019 08:18:11 +0000 (08:18 +0000)
installation/init.d/pleroma

index 9582d65d45c37c6d326bae49dc9a59b206d5f780..2b211df65ff59cebc2167a53c4950495a89191fa 100755 (executable)
@@ -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"