We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28af909 commit 254aa54Copy full SHA for 254aa54
ansible/roles/zenith_proxy/templates/client.service.j2
@@ -14,6 +14,7 @@ After={{ zenith_proxy_mitm_service_name }}.service
14
Environment=PODMAN_SYSTEMD_UNIT=%n
15
Type=simple
16
Restart=always
17
+RestartSec=5
18
User={{ zenith_proxy_podman_user }}
19
Group={{ zenith_proxy_podman_user }}
20
ExecStart=/usr/bin/podman run \
0 commit comments