1/var/log/samba/log.nmb {
2    notifempty
3    missingok
4    postrotate
5	/usr/bin/killall -HUP nmbd
6    endscript
7}
8
9/var/log/samba/log.smb {
10    notifempty
11    missingok
12    postrotate
13	/usr/bin/killall -HUP smbd
14    endscript
15}
16