adding sfa-cm cron job configuration
[nodeconfig.git] / PlanetLabConf / sfa_component_setup.cron
diff --git a/PlanetLabConf/sfa_component_setup.cron b/PlanetLabConf/sfa_component_setup.cron
new file mode 100644 (file)
index 0000000..beda80d
--- /dev/null
@@ -0,0 +1,10 @@
+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
+# download the trusted gids from the registry every hour 
+0 */1 * * *  root /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1
+# download the slice gids every 30 minutes
+*/30 * * * *  root /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1