1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/packaging/Debian/debian-sarge/winbind.logrotate
Simo Sorce fa75e8c1d4 r11395: Update the Debian packaging.
Move form stable to stable distribution names based hives.
(This used to be commit bb13b34820)
2007-10-10 11:05:15 -05:00

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
}