mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
658d069b16
(This used to be commit 4b9f891319
)
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
|
|
}
|