Use proper style (spacing) for docker_storage_options
This commit is contained in:
parent
14bd3e5d23
commit
294d6ce221
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Wants=docker.socket
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
{% if docker_storage_options is defined %}
|
{% if docker_storage_options is defined %}
|
||||||
Environment="DOCKER_STORAGE_OPTIONS={{docker_storage_options}}"
|
Environment="DOCKER_STORAGE_OPTIONS={{ docker_storage_options }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Environment=GOTRACEBACK=crash
|
Environment=GOTRACEBACK=crash
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
|
Loading…
Reference in a new issue