Commit 5181655b authored by Ingvar Hagelund's avatar Ingvar Hagelund

Wrong path to pidfiles in redhat/varnish.logrotate

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4452 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1ff9f5a2
......@@ -3,7 +3,7 @@
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/varnish/varnishlog.pid 2>/dev/null` 2> /dev/null || true
/bin/kill -HUP `cat /var/run/varnish/varnishncsa.pid 2>/dev/null` 2> /dev/null || true
/bin/kill -HUP `cat /var/run/varnishlog.pid 2>/dev/null` 2> /dev/null || true
/bin/kill -HUP `cat /var/run/varnishncsa.pid 2>/dev/null` 2> /dev/null || true
endscript
}
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