diff options
author | Tom Ritter <tom@ritter.vg> | 2016-01-26 16:35:50 -0500 |
---|---|---|
committer | Tom Ritter <tom@ritter.vg> | 2016-01-26 16:35:50 -0500 |
commit | 892af69a33d4f0192bba1d3b0bc2ad688578a576 (patch) | |
tree | eb3b6b02320bd61328f10466927f2f499a468b75 /README | |
parent | 869de79cc6483f5583b2f9bddd08720d103c8bec (diff) |
Add day and daily at noon options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 + |