Change maxsize to size in logrotate.

pull/6/head
Prashanth Balasubramanian 2016-07-18 11:23:38 -07:00
parent 4196be053b
commit 1173dd13bf
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ EOF
missingok
notifempty
compress
maxsize 100M
size 100M
daily
create 0644 root root
}

View File

@ -4,7 +4,7 @@
missingok
notifempty
compress
maxsize 100M
size 100M
daily
create 0644 root root
}