mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
/var/log/samba/log.winbindd {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
postrotate
|
|
[ -f /var/run/samba/winbindd.pid ] && kill -HUP `cat /var/run/samba/winbindd.pid`
|
|
endscript
|
|
compress
|
|
notifempty
|
|
}
|