diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-05 12:10:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-05 12:51:40 +0000 |
commit | 5b84c153c7ebe9a671ecfa512379f7751d5c299f (patch) | |
tree | 004cfad9735131df95012c58bdc4bbb82d6d323b /main/varnish/varnishd.confd | |
parent | c7c8818b7203c5ff58dd5f7d03f7e47cb681348d (diff) | |
download | aports-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.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/varnish/varnishd.confd b/main/varnish/varnishd.confd index 354247fc74..b51eda6be5 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" |