Korrigiere Pfad zu systemctl
This commit is contained in:
parent
e86dbec2b6
commit
8f169507df
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
check process lstu with pidfile {{ lstu.path }}/script/hypnotoad.pid
|
||||
start program = "/usr/bin/systemctl start {{ lstu_service }}"
|
||||
stop program = "/usr/bin/systemctl stop {{ lstu_service }}"
|
||||
start program = "/bin/systemctl start {{ lstu_service }}"
|
||||
stop program = "/bin/systemctl stop {{ lstu_service }}"
|
||||
if failed host {{ ansible_default_ipv4.address }} port 8080 with timeout 15 seconds for 3 times within 4 cycles then restart
|
||||
|
|
Loading…
Reference in a new issue