glusterfs/glusterfs-fuse.logrotate
Silas Sewell adfa3d9ec6 - Update to 3.1.1
- Change package names to mirror upstream
2010-12-28 20:27:01 -05:00

7 lines
138 B
Plaintext

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