Control restart via systemd
This commit is contained in:
parent
387ddb8106
commit
1eb01f7c00
4 changed files with 29 additions and 19 deletions
8
files/systemd/override.conf
Normal file
8
files/systemd/override.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Ansible managed
|
||||
|
||||
[Unit]
|
||||
StartLimitIntervalSec=6
|
||||
StartLimitBurst=10
|
||||
|
||||
[Service]
|
||||
Restart=always
|
Loading…
Add table
Add a link
Reference in a new issue