Change maxsize to size in logrotate.

parent 4196be05
...@@ -92,7 +92,7 @@ EOF ...@@ -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
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
missingok missingok
notifempty notifempty
compress compress
maxsize 100M size 100M
daily daily
create 0644 root root 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