File: simple

package info (click to toggle)
puppet-module-puppetlabs-cron-core 1.0.3%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 476 kB
  • sloc: ruby: 2,761; sh: 16; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
# use /bin/sh to run commands, no matter what /etc/passwd says
SHELL=/bin/sh
# mail any output to `paul', no matter whose crontab this is
MAILTO=paul
#
# run five minutes after midnight, every day
5 0 * * *       $HOME/bin/daily.job >> $HOME/tmp/out 2>&1
# run at 2:15pm on the first of every month -- output mailed to paul
15 14 1 * *     $HOME/bin/monthly