From: Thierry Parmentelat Date: Wed, 5 Dec 2007 12:47:09 +0000 (+0000) Subject: cleanup old slices.xml-related stuff X-Git-Tag: myplc-4.0-15~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=66d6edbf82663919bd2de17dea73dbba8ee6b872;p=myplc.git cleanup old slices.xml-related stuff --- 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