File: crontab_user3

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 (17 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# HEADER: some simple
# HEADER: header
@daily /bin/unnamed_special_command >> /dev/null 2>&1

# commend with blankline above and below

17-19,22 0-23/2 * * 2 /bin/unnamed_regular_command

# Puppet Name: My daily failure
MAILTO=""
@daily /bin/false
# Puppet Name: Monthly job
SHELL=/bin/sh
MAILTO=mail@company.com
15 14 1 * * $HOME/bin/monthly
# Puppet Name: My weekly failure
@weekly /bin/false