glusterfs/glusterfsd.logrotate
2011-04-03 15:26:26 -06:00

7 lines
199 B
Plaintext

/var/log/glusterfs/*glusterfsd.log /var/log/glusterfs/bricks/*.log {
missingok
postrotate
/bin/kill -HUP `cat /var/run/glusterfsd.pid 2>/dev/null` 2>/dev/null || true
endscript
}