Add check for atomic hosts in template

This commit is contained in:
Chris Mildebrandt 2018-02-21 08:26:18 -08:00
parent c19d8994b9
commit 85c69c2a4a

View file

@ -24,7 +24,7 @@ ExecStart={{ docker_bin_dir }}/docker{% if installed_docker_version.stdout|versi
$DOCKER_NETWORK_OPTIONS \
$DOCKER_DNS_OPTIONS \
$INSECURE_REGISTRY
{% if systemd_version.stdout|int >= 226 %}
{% if not is_atomic and systemd_version.stdout|int >= 226 %}
TasksMax=infinity
{% endif %}
LimitNOFILE=1048576