mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
/var/log/samba/log.nmb {
|
|
postrotate
|
|
/usr/bin/killall -HUP nmbd
|
|
endscript
|
|
}
|
|
|
|
/var/log/samba/log.smb {
|
|
postrotate
|
|
/usr/bin/killall -HUP smbd
|
|
endscript
|
|
}
|