Skip to content
Snippets Groups Projects
Commit 85c69c2a authored by Chris Mildebrandt's avatar Chris Mildebrandt
Browse files

Add check for atomic hosts in template

parent c19d8994
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ExecStart={{ docker_bin_dir }}/docker{% if installed_docker_version.stdout|versi ...@@ -24,7 +24,7 @@ ExecStart={{ docker_bin_dir }}/docker{% if installed_docker_version.stdout|versi
$DOCKER_NETWORK_OPTIONS \ $DOCKER_NETWORK_OPTIONS \
$DOCKER_DNS_OPTIONS \ $DOCKER_DNS_OPTIONS \
$INSECURE_REGISTRY $INSECURE_REGISTRY
{% if systemd_version.stdout|int >= 226 %} {% if not is_atomic and systemd_version.stdout|int >= 226 %}
TasksMax=infinity TasksMax=infinity
{% endif %} {% endif %}
LimitNOFILE=1048576 LimitNOFILE=1048576
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment