Commit b79f5293 authored by Nils Goroll's avatar Nils Goroll

exec from the shell so we see the actual pid for the SIGHUP

Just a quick fix, it would probably be cleaner to avoid the shell
in the first place.
parent 47028c70
......@@ -12,7 +12,7 @@ server s1 {
varnish v1 -vcl+backend "" -start
process p1 "${varnishncsa} -n ${v1_name} -w ${tmpdir}/ncsa.log -F %s" -start
process p1 "exec ${varnishncsa} -n ${v1_name} -w ${tmpdir}/ncsa.log -F %s" -start
# give varnishncsa enough time to open the VSM
delay 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment