repo/source/glusterfs-client/logrotate.d/glusterfs.new

7 lines
164 B
Text

/var/log/glusterfs/*.log {
sharedscripts
postrotate
killall -HUP glusterfs >/dev/null 2>&1 || true
killall -HUP glusterd >/dev/null 2>&1 || true
endscript
}