Change maxsize to size in logrotate.

parent 4196be05
......@@ -92,7 +92,7 @@ EOF
missingok
notifempty
compress
maxsize 100M
size 100M
daily
create 0644 root root
}
......
......@@ -4,7 +4,7 @@
missingok
notifempty
compress
maxsize 100M
size 100M
daily
create 0644 root root
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment