File: //proc/self/root/etc/crontab
################################################################################
# This file is managed by Puppet, and is refreshed regularly. #
# Edit at your own peril! #
################################################################################
## base_crontab Cron Job
# Environment Settings
MAILTO=cron-reports@masterhost.ru
SHELL=/bin/sh
PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
31 * * * * root cd / && run-parts --report /etc/cron.hourly
1 0 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 3 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 3 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )