desktop/murmur/murmur.logrotate.d

7 lines
154 B
D
Raw Normal View History

2010-10-09 05:38:50 +08:00
/var/log/murmur/murmur.log {
missingok
postrotate
/bin/kill -HUP `cat /var/run/murmur/murmur.pid 2>/dev/null` 2> /dev/null || true
endscript
}