ready for tagging
[util-vserver.git] / scripts / vcached.logrotate
1 /var/log/vcached.log {
2     compress
3     daily
4     notifempty
5     rotate 5
6     missingok
7     postrotate
8         kill -HUP `cat /var/run/vcached.pid 2>/dev/null` 2>/dev/null || true
9     endscript
10 }