vp-build/templates/cronie/files/crontab
Juan RP 03ccc4e21a cronie: fix MAILTO in crontab file.
--HG--
extra : convert_revision : 01a08c20028b311fc752f4415b5a862dcedb22a8
2009-03-28 19:07:25 +01:00

11 lines
251 B
Plaintext

SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly