ppp/SOURCES/ppp-logrotate.conf
2021-12-09 14:50:28 +00:00

11 lines
136 B
Plaintext

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