initial checkin of sfa componetnt setup cronjob
authorTony Mack <tmack@cs.princeton.edu>
Tue, 15 Dec 2009 03:13:21 +0000 (03:13 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 15 Dec 2009 03:13:21 +0000 (03:13 +0000)
sfa/cron.d/sfa_component_setup.cron [new file with mode: 0644]

diff --git a/sfa/cron.d/sfa_component_setup.cron b/sfa/cron.d/sfa_component_setup.cron
new file mode 100644 (file)
index 0000000..e4abfe8
--- /dev/null
@@ -0,0 +1,9 @@
+SHELL=/bin/bash
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
+MAILTO=root
+HOME=/
+#
+# minute hour day-of-month month day-of-week user command
+# get the nodes pkey
+0 */1 * * *  /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1
+*/30 * * * *  /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1