SHA256
1
0
forked from pool/atftp
atftp/atftpd.logrotate

15 lines
234 B
Plaintext

/var/log/atftpd/atftp.log {
su tftp tftp
compress
dateext
maxage 365
rotate 99
size=+4096k
notifempty
missingok
create 640 tftp tftp
postrotate
/sbin/service atftpd restart
endscript
}