summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/samba.logrotate
blob: d264ce3d71b9e60ef8cdc2413001d685e9fd12bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/var/log/samba/log.smbd {
	weekly
	missingok
	rotate 7
	postrotate
		killall -q -HUP smbd || true
	endscript
	compress
	notifempty
}

/var/log/samba/log.nmbd {
	weekly
	missingok
	rotate 7
	postrotate
		killall -q -HUP nmbd || true
	endscript
	compress
	notifempty
}