move init.d and cron.d one step up in the source tree
[sfa.git] / cron.d / sfa.cron
diff --git a/cron.d/sfa.cron b/cron.d/sfa.cron
new file mode 100644 (file)
index 0000000..c92afb6
--- /dev/null
@@ -0,0 +1,8 @@
+SHELL=/bin/bash
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
+MAILTO=server-msgs@planet-lab.org
+HOME=/
+#
+# minute hour day-of-month month day-of-week user command
+0 * * * *  /usr/bin/sfa-import-plc.py > /dev/null 2>&1
+0 0 * * * /usr/bin/sfa-clean-peer-records.py > /dev/null 2>&1