From 9f013cecf9519f32366461e1177d69d1262e82f7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 30 Nov 2018 08:19:33 +0000 Subject: [PATCH] On F29 run varnish in not-forking mode --- roles/varnish/templates/varnish.f29.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}}