From: Tony Mack Date: Tue, 15 Dec 2009 03:13:21 +0000 (+0000) Subject: initial checkin of sfa componetnt setup cronjob X-Git-Tag: sfa-0.9-7~134 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a7673a4f8a295c591873162043d1cca48ce13aca;p=sfa.git initial checkin of sfa componetnt setup cronjob --- diff --git a/sfa/cron.d/sfa_component_setup.cron b/sfa/cron.d/sfa_component_setup.cron new file mode 100644 index 00000000..e4abfe86 --- /dev/null +++ b/sfa/cron.d/sfa_component_setup.cron @@ -0,0 +1,9 @@ +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 +# get the nodes pkey +0 */1 * * * /usr/bin/sfa_component_setup.py -c > /dev/null 2>&1 +*/30 * * * * /usr/bin/sfa_component_setup.py -g > /dev/null 2>&1