From c6cc2e45f17b33a052ea56c7543913a3a8a092e9 Mon Sep 17 00:00:00 2001 From: CHEF-KOCH Date: Sun, 16 Mar 2025 14:31:01 +0100 Subject: [PATCH] Initial logrotate.conf Signed-off-by: CHEF-KOCH --- logrotate.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 logrotate.conf 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