ppp/ppp-logrotate.conf
Alexander Stefanov 1b883672f9 2.4.9
2021-01-07 20:05:20 +00:00

10 lines
136 B
Text

# Logrotate file for ppp RPM
/var/log/ppp/connect-errors {
missingok
compress
notifempty
daily
rotate 5
create 0600 root root
}