varnish: fix systemd service overriding

This commit is contained in:
Victor LABORIE 2017-05-12 15:32:35 +02:00
parent da39dbb87b
commit 688f0505a8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# {{ ansible_managed }}
[Service]
ExecStart=
ExecStart=/usr/sbin/varnishd -a {{ varnish_addresses | join(',') }} -T {{ varnish_management_address }} -f {{ varnish_config_file }} -S {{ varnish_secret_file }} -s {{ varnish_storage }} -p thread_pools={{ varnish_thread_pools }} -p thread_pool_add_delay={{ varnish_thread_pool_add_delay }} -p thread_pool_min={{ varnish_thread_pool_min }} -p thread_pool_max={{ varnish_thread_pool_max }}
ExecReload=/etc/varnish/reload-vcl.sh