From: Tony Mack Date: Sat, 24 Oct 2009 03:23:22 +0000 (+0000) Subject: send output to /dev/null X-Git-Tag: sfa-0.9-6~135 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a844eddb2c1fca01fa2c17c8b2d2a76fd2c51a1a;p=sfa.git send output to /dev/null --- diff --git a/sfa/cron.d/sfa.cron b/sfa/cron.d/sfa.cron index 4bd577a3..1b28f4e8 100644 --- a/sfa/cron.d/sfa.cron +++ b/sfa/cron.d/sfa.cron @@ -1,2 +1,2 @@ -0 * * * * /usr/bin/sfa-import-plc.py -0 0 * * * /usr/bin/sfa-clean-peer-records.py +0 * * * * /usr/bin/sfa-import-plc.py > /dev/null 2>&1 +0 0 * * * /usr/bin/sfa-clean-peer-records.py > /dev/null 2>&1