forked from pool/atftp
Dirk Mueller
afc6e74777
fix logrotate and service, update sysconfig OBS-URL: https://build.opensuse.org/request/show/797646 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=42
15 lines
234 B
Plaintext
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
|
|
}
|