From b14bba4bd96464fba42c6ef12871634fcb85082a Mon Sep 17 00:00:00 2001 From: alf Date: Sat, 16 Aug 2025 09:00:39 +0000 Subject: [PATCH] =?UTF-8?q?logrotate.cfg=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logrotate.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 logrotate.cfg diff --git a/logrotate.cfg b/logrotate.cfg new file mode 100644 index 0000000..7ada389 --- /dev/null +++ b/logrotate.cfg @@ -0,0 +1,9 @@ +/root/log.txt { + monthly + rotate 3 + compress + missingok + notifempty + copytruncate + dateext +} \ No newline at end of file