Skip to content
Snippets Groups Projects
Commit 0499f3db authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: increase number and timeout of service startup attempts

parent cd591f12
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ ExecStart=/bin/bash -c 'find "/mnt/lza_repair_%i/validate/results/" -type f -mti
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
# The default limit is to allow 5 restarts in a 10sec period.
StartLimitIntervalSec=30
StartLimitBurst=10
User={{ vault_service_user }}
Group={{ vault_service_group }}
Type=simple
......
......@@ -13,6 +13,9 @@ ExecStart=/usr/local/bin/validate_workflow.sh \
ExecReload=/bin/kill -HUP $MAINPID
KillMode=control-group
Restart=on-failure
# The default limit is to allow 5 restarts in a 10sec period.
StartLimitIntervalSec=30
StartLimitBurst=10
User={{ vault_service_user }}
Group={{ vault_service_group }}
Type=simple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment