diff --git a/logrotate.conf b/logrotate.conf new file mode 100644 index 0000000..8cde545 --- /dev/null +++ b/logrotate.conf @@ -0,0 +1,15 @@ +daily +rotate 10 +size 100M +create +#compress +include /etc/logrotate.d + +/var/log/wtmp { + create 0664 root utmp +} + +/var/log/btmp { + missingok + create 0600 root utmp +} \ No newline at end of file