From 97f59ae4657fcff5d32e3d73e3e33d4d7c6d4998 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 17 Feb 2010 21:43:34 +0000 Subject: [PATCH] adding sfa-cm cron job configuration --- PlanetLabConf/sfa_component_setup.cron | 10 ++++++++++ PlanetLabConf/sfa_component_setup_cron.php | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 PlanetLabConf/sfa_component_setup.cron create mode 100644 PlanetLabConf/sfa_component_setup_cron.php diff --git a/PlanetLabConf/sfa_component_setup.cron b/PlanetLabConf/sfa_component_setup.cron new file mode 100644 index 0000000..beda80d --- /dev/null +++ b/PlanetLabConf/sfa_component_setup.cron @@ -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 diff --git a/PlanetLabConf/sfa_component_setup_cron.php b/PlanetLabConf/sfa_component_setup_cron.php new file mode 100644 index 0000000..67602cb --- /dev/null +++ b/PlanetLabConf/sfa_component_setup_cron.php @@ -0,0 +1,13 @@ + -- 2.43.0