glusterfs/glusterfs.logrotate
Matthias Saou 2b2a8916fc - Update glusterfsd init script to the new style init.
- Update files to match the new default vol file names.
- Include logrotate for glusterfsd, use a pid file by default.
- Include logrotate for glusterfs, using killall for lack of anything
    better.
2009-04-12 12:52:52 +00:00

7 lines
140 B
Plaintext

/var/log/glusterfs/glusterfs.log {
missingok
postrotate
/usr/bin/killall -HUP glusterfs 2>/dev/null || true
endscript
}