]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/etc/logrotate.conf
Updatexlrator (not tested yet)
[people/pmueller/ipfire-2.x.git] / config / etc / logrotate.conf
index 3b2969507480135b9c17227c628c6d4139ad4132..0f171d6448e6457493b7752c9744fef7a52a30b2 100644 (file)
@@ -82,3 +82,12 @@ compress
     notifempty
     missingok
 }
+
+/var/log/updatexlrator/*.log {
+    weekly
+    rotate 4
+    copytruncate
+    compress
+    notifempty
+    missingok
+}