forked from pool/atftp
14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
|
/var/log/atftpd/atftp.log {
|
||
|
compress
|
||
|
dateext
|
||
|
maxage 365
|
||
|
rotate 99
|
||
|
size=+4096k
|
||
|
notifempty
|
||
|
missingok
|
||
|
create 640 tftp tftp
|
||
|
postrotate
|
||
|
/etc/init.d/atftpd restart
|
||
|
endscript
|
||
|
}
|