From: Tony Mack Date: Wed, 24 Feb 2010 18:27:34 +0000 (+0000) Subject: only call get_tusted_certs() every 6 hours X-Git-Tag: nodeconfig-5.0-2~2 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=f58903d1e69d913b65c9be73258b687a04ebc674 only call get_tusted_certs() every 6 hours --- diff --git a/PlanetLabConf/sfa_component_setup.cron b/PlanetLabConf/sfa_component_setup.cron index beda80d..e24ea98 100644 --- a/PlanetLabConf/sfa_component_setup.cron +++ b/PlanetLabConf/sfa_component_setup.cron @@ -5,6 +5,6 @@ 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 +5 */6 * * * 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