Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created December 28, 2010 03:23
Show Gist options
  • Save ddribin/756867 to your computer and use it in GitHub Desktop.
Save ddribin/756867 to your computer and use it in GitHub Desktop.
% 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