fix service file
Marco Andronaco andronacomarco@gmail.com
Wed, 08 Feb 2023 17:40:20 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
M
roles/python_stuff/templates/python.service.j2
→
roles/python_stuff/templates/python.service.j2
@@ -4,7 +4,7 @@ After=syslog.target network.target
[Service] Type=simple -Restart=on-failure +Restart=always StartLimitBurst=2 # Restart, but not more than once every x seconds: 30=30s, 600=10m StartLimitInterval=30