summaryrefslogtreecommitdiffstats
path: root/main/varnish/varnishd.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-06-05 12:10:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-06-05 12:51:40 +0000
commit5b84c153c7ebe9a671ecfa512379f7751d5c299f (patch)
tree004cfad9735131df95012c58bdc4bbb82d6d323b /main/varnish/varnishd.confd
parentc7c8818b7203c5ff58dd5f7d03f7e47cb681348d (diff)
downloadaports-5b84c153c7ebe9a671ecfa512379f7751d5c299f.tar.bz2
aports-5b84c153c7ebe9a671ecfa512379f7751d5c299f.tar.xz
main/varnish: fix init.d script
we need to wait til varnish has started up properly before we can start the logger
Diffstat (limited to 'main/varnish/varnishd.confd')
-rw-r--r--main/varnish/varnishd.confd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/varnish/varnishd.confd b/main/varnish/varnishd.confd
index 354247fc7..b51eda6be 100644
--- a/main/varnish/varnishd.confd
+++ b/main/varnish/varnishd.confd
@@ -28,5 +28,5 @@ VARNISHD_OPTS="-a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_PORT} -s ${VARNISH_STORAGE
# arguments passed to varnishncsa
# please see the varnishncsa man page for more options
-VARNISHNCSA_ARGS="-c -a -w /var/log/varnish/${SVCNAME}.log"
+VARNISHNCSA_ARGS="-a -w /var/log/varnish/${SVCNAME}.log"