You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/uftp/files/logrotate

17 lines
166 B

#
# /etc/logrotate.d/uftpd
#
/var/log/uftpd.log {
daily
rotate 5
notifempty
missingok
}
/var/log/uftpproxyd.log {
daily
rotate 5
notifempty
missingok
}