mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
a207251c2f
(This used to be commit d816c35c1d
)
16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
/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
|
|
}
|