mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-24 05:47:41 -04:00
rel/…/init.d/pleroma: set respawn_max & respawn_period
This commit is contained in:
parent
9ce615d3d5
commit
a1247220f3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue