On F29 run varnish in not-forking mode
This commit is contained in:
parent
43c0f009cc
commit
9f013cecf9
1 changed files with 2 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue