Commit 017854f9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a pidfile for varnishd



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3242 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9f10d6a8
......@@ -193,6 +193,7 @@ varnish_launch(struct varnish *v)
vsb_printf(vsb, "cd ../varnishd &&");
vsb_printf(vsb, " ./varnishd -d -d -n /tmp/__%s", v->name);
vsb_printf(vsb, " -a '%s' -T %s", v->accept, v->telnet);
vsb_printf(vsb, " -P /tmp/__%s/varnishd.pid", v->name);
vsb_printf(vsb, " %s", v->args);
vsb_finish(vsb);
AZ(vsb_overflowed(vsb));
......
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