mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
62ce28e8d5
(This used to be commit 81b3af71d5
)
16 lines
229 B
Plaintext
16 lines
229 B
Plaintext
/var/log/samba/log.nmbd {
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
/usr/bin/killall -HUP nmbd
|
|
endscript
|
|
}
|
|
|
|
/var/log/samba/log.smbd {
|
|
notifempty
|
|
missingok
|
|
postrotate
|
|
/usr/bin/killall -HUP smbd
|
|
endscript
|
|
}
|