Merge "Don't allow swift-recon cron job to send mail"

This commit is contained in:
Jenkins 2014-08-12 17:59:09 +00:00 committed by Gerrit Code Review
commit 5926d82d99

View File

@ -8,6 +8,7 @@ cat > /etc/cron.d/swift-recon <<EOF
# Cronjob to track async pending on the object server.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""
*/5 * * * * swift swift-recon-cron /etc/swift/object-server.conf
EOF