From fb6065ad7fb82c2b7492f650544d8824bf2a59b3 Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 14 May 2026 14:31:24 +0000 Subject: [PATCH] Logrotae Funktion --- configs/logrotate/pingu | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/logrotate/pingu diff --git a/configs/logrotate/pingu b/configs/logrotate/pingu new file mode 100644 index 0000000..cadb2a8 --- /dev/null +++ b/configs/logrotate/pingu @@ -0,0 +1,8 @@ +/opt/pingu/logs/*.log { + weekly + rotate 4 + compress + missingok + notifempty + copytruncate +} \ No newline at end of file