Created
December 28, 2010 03:23
-
-
Save ddribin/756867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% crontab -l | |
# DO NOT EDIT THIS FILE - edit the master and reinstall. | |
# (/tmp/crontab.4324 installed on Mon Jan 5 10:38:03 2004) | |
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) | |
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin | |
01 * * * * run-parts ${HOME}/etc/cron.hourly | |
02 05 * * * run-parts ${HOME}/etc/cron.daily | |
22 05 * * 1 run-parts ${HOME}/etc/cron.weekly | |
42 05 1 * * run-parts ${HOME}/etc/cron.monthly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment