mirror of
https://github.com/samba-team/samba.git
synced 2025-02-15 05:57:49 +03:00
22 lines
328 B
Plaintext
22 lines
328 B
Plaintext
|
/var/log/samba/log.smbd {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 7
|
||
|
postrotate
|
||
|
invoke-rc.d --quiet samba reload > /dev/null
|
||
|
endscript
|
||
|
compress
|
||
|
notifempty
|
||
|
}
|
||
|
|
||
|
/var/log/samba/log.nmbd {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 7
|
||
|
postrotate
|
||
|
[ -f /var/run/samba/nmbd.pid ] && kill -HUP `cat /var/run/samba/nmbd.pid`
|
||
|
endscript
|
||
|
compress
|
||
|
notifempty
|
||
|
}
|