From 95a2124433d2ca2c35d59bbc53a5e9a500af281d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 15 Dec 2009 03:14:29 +0000 Subject: [PATCH] comments --- sfa/cron.d/sfa_component_setup.cron | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sfa/cron.d/sfa_component_setup.cron b/sfa/cron.d/sfa_component_setup.cron index e4abfe86..ff9b507c 100644 --- a/sfa/cron.d/sfa_component_setup.cron +++ b/sfa/cron.d/sfa_component_setup.cron @@ -5,5 +5,7 @@ HOME=/ # # minute hour day-of-month month day-of-week user command # get the nodes pkey +# download the trusted gids from the registry every hour 0 */1 * * * /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1 +# download the slice gids every 30 minutes */30 * * * * /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1 -- 2.43.0