On F29 run varnish in not-forking mode

This commit is contained in:
Mikolaj Izdebski 2018-11-30 08:19:33 +00:00
parent 43c0f009cc
commit 9f013cecf9

View file

@ -13,4 +13,5 @@
{% endif %}
[Service]
ExecStart=/usr/sbin/varnishd -a :{{VARNISH_LISTEN_PORT}} -f /etc/varnish/default.vcl -s {{VARNISH_STORAGE}}
Type=simple
ExecStart=/usr/sbin/varnishd -F -a :{{VARNISH_LISTEN_PORT}} -f /etc/varnish/default.vcl -s {{VARNISH_STORAGE}}