diff --git a/roles/varnish/templates/varnish.f29.j2 b/roles/varnish/templates/varnish.f29.j2 index 961d04255d..2b1aaedfd3 100644 --- a/roles/varnish/templates/varnish.f29.j2 +++ b/roles/varnish/templates/varnish.f29.j2 @@ -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}}