From 50039fafa2fe320f600a4093b3bb5a8def314a99 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Mon, 25 Jan 2016 22:15:05 -0500 Subject: Add cron instructions --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0cda7f3 --- /dev/null +++ b/README @@ -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 + -- cgit v1.2.3