mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
/var/log/samba/log.nmbd {
|
|
postrotate
|
|
/usr/bin/killall -HUP nmbd
|
|
endscript
|
|
}
|
|
|
|
/var/log/samba/log.smbd {
|
|
postrotate
|
|
/usr/bin/killall -HUP smbd
|
|
endscript
|
|
}
|