Update playbook.yml to reduce RestartSec from 1800 to 600 for improved service responsiveness
This commit is contained in:
parent
34776214d6
commit
7d5889553d
@ -279,7 +279,7 @@
|
|||||||
WorkingDirectory={{ ansible_env.HOME }}/node
|
WorkingDirectory={{ ansible_env.HOME }}/node
|
||||||
ExecStart=/usr/bin/python3 {{ ansible_env.HOME }}/node/checker.py
|
ExecStart=/usr/bin/python3 {{ ansible_env.HOME }}/node/checker.py
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=1800
|
RestartSec=600
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user