aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-01-26 16:35:50 -0500
committerTom Ritter <tom@ritter.vg>2016-01-26 16:35:50 -0500
commit892af69a33d4f0192bba1d3b0bc2ad688578a576 (patch)
treeeb3b6b02320bd61328f10466927f2f499a468b75 /README
parent869de79cc6483f5583b2f9bddd08720d103c8bec (diff)
Add day and daily at noon options
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 0cda7f3..6097c8e 100644
--- a/README
+++ b/README
@@ -5,4 +5,6 @@ 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
+