diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,10 +0,0 @@ - -# Enter the following into your cron - -First edit the ... to your path - - * * * * * .../checker/main.py -m cron -c minute >/dev/null 2>&1 - 0 * * * * .../checker/main.py -m cron -c hour >/dev/null 2>&1 - 0 0 * * * .../checker/main.py -m cron -c day >/dev/null 2>&1 - 0 0 12 * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1 - |