logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: adbbdf7ac6f010ce891458867f32cd0e0a65a4a9
parent bcacd6ec278ad5065d5607051e4ddf1d42cfbd1d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 19 Dec 2024 21:49:12 +0100

rel/…/init.d/pleroma: set respawn_max & respawn_period

Diffstat:

Mrel/files/installation/init.d/pleroma4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/rel/files/installation/init.d/pleroma b/rel/files/installation/init.d/pleroma @@ -16,6 +16,10 @@ retry="SIGTERM/30/SIGKILL/5" pidfile="/var/run/pleroma.pid" +# Needs OpenRC >= 0.42 +respawn_max=200 +respawn_period=86400 # 1*day + depend() { want nginx need postgresql