glusterfs/glusterfsd.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
166 B
Plaintext

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