run as root
authorTony Mack <tmack@cs.princeton.edu>
Tue, 22 Dec 2009 15:43:52 +0000 (15:43 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 22 Dec 2009 15:43:52 +0000 (15:43 +0000)
sfa/cron.d/sfa_component_setup.cron

index ff9b507..beda80d 100644 (file)
@@ -4,8 +4,7 @@ MAILTO=root
 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
+0 */1 * * *  root /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
+*/30 * * * *  root /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1