#     __                    ____
#   / /_  __  ______  ____/ / /__ _      ___________ _____
#  / __ \/ / / / __ \/ __  / / _ \ | /| / / ___/ __ `/ __ \ 
# / /_/ / /_/ / / / / /_/ / /  __/ |/ |/ / /  / /_/ / /_/ /
#/_.___/\__,_/_/ /_/\__,_/_/\___/|__/|__/_/   \__,_/ .___/
#                                                 /_/
#
# CAUTION! This file is managed with bundlewrap.
# Any manual edits will be lost!

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

${min} *    * * *   root    cd / && run-parts --report /etc/cron.hourly
${min} 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
${min} 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
${min} 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )