summaryrefslogtreecommitdiff
blob: 8dd18f7c2aa9a30fe10ef61274aa021c218727b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#      /etc/logrotate.d/uftpd
#
/var/log/uftpd.log {
	daily
	rotate 5
	notifempty
	missingok
}

/var/log/uftpproxyd.log {
	daily
	rotate 5
	notifempty
	missingok
}