mirror of
https://abf.rosa.ru/djam/ppp.git
synced 2025-02-22 17:42:55 +00:00
10 lines
136 B
Text
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
|
|
}
|