From 22d218cb635c5d37047ce9f7ca737c6d568a2b9d Mon Sep 17 00:00:00 2001 From: Michael Luggen Date: Tue, 18 Jul 2017 18:54:18 +0200 Subject: [PATCH] add option to not fail if backend is unvailable on start-up --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index b724764..479093e 100755 --- a/run.sh +++ b/run.sh @@ -7,6 +7,7 @@ exec bash -c \ -a :80 \ -T localhost:6082 \ -S /etc/varnish/secret \ + -p vcc_err_unref=off \ -f $VCL_CONFIG \ -s malloc,$CACHE_SIZE \ $VARNISHD_PARAMS" 2>&1