Skip to content
Snippets Groups Projects
Commit ede397a0 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Use 'no' as systemd restart policy

parent 21d0c9ac
No related branches found
No related tags found
1 merge request!17Update playbooks
Pipeline #18841 passed
......@@ -15,7 +15,7 @@ SYSTEMD_TMPL = dict(
TimeoutStopSec="35s",
ExecStart="{container_cmd} start -a {container_name}",
ExecStop="{container_cmd} stop {container_name}",
Restart="always",
Restart="no",
),
Install=dict(WantedBy="default.target"),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment