comments
[sfa.git] / sfa / cron.d / 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 # get the nodes pkey
8 # download the trusted gids from the registry every hour 
9 0 */1 * * *  /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1
10 # download the slice gids every 30 minutes
11 */30 * * * *  /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1