diff options
author | Tom Ritter <tom@ritter.vg> | 2016-01-25 22:15:05 -0500 |
---|---|---|
committer | Tom Ritter <tom@ritter.vg> | 2016-01-25 22:15:05 -0500 |
commit | 50039fafa2fe320f600a4093b3bb5a8def314a99 (patch) | |
tree | f3570bf03ae9c11ef86ac57b67f1171343d3e00e /README | |
parent | 8b90db99774a48fcae3d4f74f94cee69d7fd2ed1 (diff) |
Add cron instructions
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ + +# 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 + |