[4.1] 28198ab Drop ExecStartPre
Federico G. Schwindt
fgsch at lodoss.net
Fri Sep 4 15:54:52 CEST 2015
commit 28198ab847c60382576c91a916ee4657484dd44f
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Mon Aug 3 13:58:54 2015 +0100
Drop ExecStartPre
Fixes startup if vcl_dir was specified in DAEMON_OPTS.
Reported by Gauthier Delacroix. Discussed with ssm on irc.
diff --git a/redhat/varnish.service b/redhat/varnish.service
index a4f3355..659dba2 100644
--- a/redhat/varnish.service
+++ b/redhat/varnish.service
@@ -27,7 +27,6 @@ EnvironmentFile=/etc/varnish/varnish.params
Type=forking
PIDFile=/var/run/varnish.pid
PrivateTmp=true
-ExecStartPre=/usr/sbin/varnishd -C -f $VARNISH_VCL_CONF
ExecStart=/usr/sbin/varnishd \
-P /var/run/varnish.pid \
-f $VARNISH_VCL_CONF \
More information about the varnish-commit
mailing list