From ea7f0ce02f84abf0d8baec8a6fc4b991b0b85be7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 21 May 2019 23:11:26 +0000 Subject: [PATCH] varnish: remove duplicate execstart Signed-off-by: Kevin Fenzi --- roles/varnish/templates/varnish.f29.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/varnish/templates/varnish.f29.j2 b/roles/varnish/templates/varnish.f29.j2 index 3cc34b6833..d7ee407910 100644 --- a/roles/varnish/templates/varnish.f29.j2 +++ b/roles/varnish/templates/varnish.f29.j2 @@ -34,8 +34,6 @@ TasksMax=infinity # Maximum size of the corefile. LimitCORE=infinity - -ExecStart=/usr/sbin/varnishd -a :6081 -f /etc/varnish/default.vcl -s malloc,256m ExecReload=/usr/sbin/varnishreload [Install]