From: vaartis Date: Mon, 28 Jan 2019 08:18:11 +0000 (+0000) Subject: Update the openrc service's retry with the correct format X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9e43a28bc36777737a56d02dccf831cf00fcddc4;p=akkoma Update the openrc service's retry with the correct format --- 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"