all repos — proxmox-ansible @ 3809271458e9b8351f0142fe722ac14b69669495

fix service file
Marco Andronaco andronacomarco@gmail.com
Wed, 08 Feb 2023 17:40:20 +0100
commit

3809271458e9b8351f0142fe722ac14b69669495

parent

2333a9a68b8081ad4fbb1b7979eaf81b5f6777c4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M roles/python_stuff/templates/python.service.j2roles/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