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

7 lines
167 B
Plaintext

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