mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
fa75e8c1d4
Move form stable to stable distribution names based hives. (This used to be commit bb13b3482047b6ab6d84ba9e2839cf8a0fac71aa)
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
|
|
}
|