summaryrefslogtreecommitdiffstats
path: root/packaging/Debian/debian/winbind.logrotate
blob: 7300885eb12c3643ef4b5062d823a2d045cea908 (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/samba/log.winbindd {
	weekly
	missingok
	rotate 7
	postrotate
		killall -q -HUP winbindd || true
	endscript
	compress
	notifempty
}