Setting tag nodeconfig-5.0-3
[nodeconfig.git] / PlanetLabConf / sfa_component_setup.cron
1 SHELL=/bin/bash
2 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
3 MAILTO=root
4 HOME=/
5 #
6 # minute hour day-of-month month day-of-week user command
7 # download the trusted gids from the registry every hour 
8 5 */6 * * *  root /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1
9 # download the slice gids every 30 minutes
10 */30 * * * *  root /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1