summaryrefslogtreecommitdiffstats
path: root/packaging/Debian/debian-unstable/winbind.logrotate
blob: e36cd1281c56ea7494aaa80ac89a4d480560ca97 (plain)
1
2
3
4
5
6
7
8
9
10
/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
}