[or-cvs] r15887: Added cronjob details (projects/gettor)

ioerror at seul.org ioerror at seul.org
Mon Jul 14 03:25:39 UTC 2008


Author: ioerror
Date: 2008-07-13 23:25:38 -0400 (Sun, 13 Jul 2008)
New Revision: 15887

Modified:
   projects/gettor/gettor.py
Log:
Added cronjob details


Modified: projects/gettor/gettor.py
===================================================================
--- projects/gettor/gettor.py	2008-07-14 03:22:56 UTC (rev 15886)
+++ projects/gettor/gettor.py	2008-07-14 03:25:38 UTC (rev 15887)
@@ -32,6 +32,12 @@
  negatives. This isn't perfect but it is designed to be lightweight. It could 
  be fixed easily with a shared locking system but this isn't implemented yet.
 
+
+ To clean out the blacklist on a daily basis, install the following cronjob:
+
+     # m h  dom mon dow   command
+     * 1 * * * /bin/rm -rf /var/lib/gettor/bl/*
+
 """
 
 __program__ = 'gettor.py'



More information about the tor-commits mailing list