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

This commit is contained in:
Haelwenn (lanodan) Monnier 2024-12-19 21:49:12 +01:00
parent 9ce615d3d5
commit a1247220f3
No known key found for this signature in database

View file

@ -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