From 9e43a28bc36777737a56d02dccf831cf00fcddc4 Mon Sep 17 00:00:00 2001
From: vaartis <vaartis@cock.li>
Date: Mon, 28 Jan 2019 08:18:11 +0000
Subject: [PATCH] Update the openrc service's retry with the correct format

---
 installation/init.d/pleroma | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"