SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin MAILTO=root HOME=/ # # minute hour day-of-month month day-of-week user command # download the trusted gids from the registry every hour 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