]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/etc/logrotate.conf
HinzugefĆ¼gt:
[people/pmueller/ipfire-2.x.git] / config / etc / logrotate.conf
index d4209369d08d91215e0d78adbd76ed15ddd35624..3b2969507480135b9c17227c628c6d4139ad4132 100644 (file)
@@ -73,3 +73,12 @@ compress
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
     endscript
 }
+
+/var/log/squidGuard/*.log {
+    weekly
+    rotate 4
+    copytruncate
+    compress
+    notifempty
+    missingok
+}