mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
a207251c2f
(This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092)
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
|
|
}
|