Use proper style (spacing) for docker_storage_options

pull/706/head
Alexander Block 2016-12-09 13:56:51 +01:00
parent c3ec3ff902
commit 8a5ba6b20c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Wants=docker.socket
[Service]
Type=notify
{% if docker_storage_options is defined %}
Environment="DOCKER_STORAGE_OPTIONS={{docker_storage_options}}"
Environment="DOCKER_STORAGE_OPTIONS={{ docker_storage_options }}"
{% endif %}
Environment=GOTRACEBACK=crash
ExecReload=/bin/kill -s HUP $MAINPID