X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fcrond;h=024615cd57066c5831377ec454b72ac428aec8a5;hb=66d6edbf82663919bd2de17dea73dbba8ee6b872;hp=c1a6c9cb2787a53e7ded201cffe23cb1dd91c72c;hpb=3778bf0d594f9f5816f364ba7ae3f76bfd5a7c11;p=myplc.git diff --git a/plc.d/crond b/plc.d/crond index c1a6c9c..024615c 100755 --- a/plc.d/crond +++ b/plc.d/crond @@ -42,20 +42,8 @@ EOF # Run all jobs once at startup -# if [ "$PLC_BOOT_ENABLED" = "1" ] ; then -# echo "*/5 * * * * root gen-slices-xml-05.py" >>/etc/cron.d/plc.cron -# gen-slices-xml-05.py -# check - fi - if [ "$PLC_WWW_ENABLED" = "1" ] ; then -# echo "*/15 * * * * root gen-static-content.py" >>/etc/cron.d/plc.cron -# echo "*/15 * * * * root gen-sites-xml.py" >>/etc/cron.d/plc.cron echo "00 * * * * wget -O - -q http://localhost/cron.php" >>/etc/cron.d/plc.cron -# gen-static-content.py -# check -# gen-sites-xml.py -# check wget -O - -q http://localhost/cron.php check fi