Change maxsize to size in logrotate.

This commit is contained in:
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 missingok
notifempty notifempty
compress compress
maxsize 100M size 100M
daily daily
create 0644 root root create 0644 root root
} }

View File

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