Changeset 4452 for trunk/varnish-cache/redhat
- Timestamp:
- 01/13/10 13:32:04 (7 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/redhat/varnish.logrotate (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/redhat/varnish.logrotate
r3300 r4452 4 4 sharedscripts 5 5 postrotate 6 /bin/kill -HUP `cat /var/run/varnish /varnishlog.pid 2>/dev/null` 2> /dev/null || true7 /bin/kill -HUP `cat /var/run/varnish /varnishncsa.pid 2>/dev/null` 2> /dev/null || true6 /bin/kill -HUP `cat /var/run/varnishlog.pid 2>/dev/null` 2> /dev/null || true 7 /bin/kill -HUP `cat /var/run/varnishncsa.pid 2>/dev/null` 2> /dev/null || true 8 8 endscript 9 9 }
