aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-01-25 22:15:05 -0500
committerTom Ritter <tom@ritter.vg>2016-01-25 22:15:05 -0500
commit50039fafa2fe320f600a4093b3bb5a8def314a99 (patch)
treef3570bf03ae9c11ef86ac57b67f1171343d3e00e
parent8b90db99774a48fcae3d4f74f94cee69d7fd2ed1 (diff)
Add cron instructions
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
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
+