Files
main/server/samba/files/samba.logrotate
T
2015-07-30 15:34:30 +03:00

10 lines
244 B
Plaintext

/var/log/samba/*.log /var/log/samba/log.* {
notifempty
missingok
sharedscripts
copytruncate
postrotate
/bin/kill -HUP `cat /run/smbd.pid /run/nmbd.pid /run/winbindd.pid 2> /dev/null` 2> /dev/null || true
endscript
}