[privoxy] Add logrotate file.

Jon Ciesla limb at fedoraproject.org
Thu May 23 15:00:19 UTC 2013


commit fb43df4b952a2df94ff6539992011e0f4843891e
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu May 23 09:56:03 2013 -0500

    Add logrotate file.

 privoxy.logrotate |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/privoxy.logrotate b/privoxy.logrotate
new file mode 100644
index 0000000..71b30ec
--- /dev/null
+++ b/privoxy.logrotate
@@ -0,0 +1,7 @@
+/var/log/privoxy/* {
+    copytruncate
+    notifempty
+    missingok
+    weekly
+    rotate 4
+}


More information about the scm-commits mailing list