mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
/var/log/samba/log.nmb {
|
|
postrotate
|
|
/usr/bin/killall -HUP nmbd
|
|
endrotate
|
|
}
|
|
|
|
/var/log/samba/log.smb {
|
|
postrotate
|
|
/usr/bin/killall -HUP smbd
|
|
endrotate
|
|
}
|