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