Skip to content

Commit 254aa54

Browse files
committed
merge PR: Add restart delay for Zenith client units caas-slurm-appliance#44
1 parent 28af909 commit 254aa54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/zenith_proxy/templates/client.service.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ After={{ zenith_proxy_mitm_service_name }}.service
1414
Environment=PODMAN_SYSTEMD_UNIT=%n
1515
Type=simple
1616
Restart=always
17+
RestartSec=5
1718
User={{ zenith_proxy_podman_user }}
1819
Group={{ zenith_proxy_podman_user }}
1920
ExecStart=/usr/bin/podman run \

0 commit comments

Comments
 (0)