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 41fce27 commit bf74764Copy full SHA for bf74764
roles/zenith_proxy/templates/client.service.j2
@@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run \
24
--name {{ zenith_proxy_client_container_name }} \
25
--security-opt label=disable \
26
--volume /etc/zenith/{{ zenith_proxy_service_name }}:/etc/zenith:ro \
27
- --volume {{ zenith_proxy_service_name }}-ssh:/home/zenith/.ssh \
+ --volume {{ appliances_state_dir }}/{{ zenith_proxy_service_name }}-ssh:/home/zenith/.ssh \
28
{{ zenith_proxy_client_image }}
29
ExecStop=/usr/bin/podman stop --ignore -t 10 {{ zenith_proxy_client_container_name }}
30
ExecStopPost=/usr/bin/podman rm --ignore -f {{ zenith_proxy_client_container_name }}
0 commit comments