logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b380b4898d3165c41a0e2b09b0727cad6b58f925
parent 6db792124ba5269a6d134e2778779261f44bd635
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Mon, 28 Jan 2019 08:23:21 +0000

Merge branch 'patch-2' into 'develop'

Update the openrc service's retry with the correct format

See merge request pleroma/pleroma!727

Diffstat:

Minstallation/init.d/pleroma2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"