glusterfs/glusterd.logrotate
Jonathan Steffan 20fea3463c Update to 3.1.1
2011-01-01 18:00:55 -07:00

7 lines
161 B
Plaintext

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