mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
13 lines
249 B
Text
13 lines
249 B
Text
#
|
|
# This is a sample cron.d file for unit testing crontab with paths.
|
|
#
|
|
|
|
|
|
# entry number 1
|
|
0 2 11 9 4 root /path/to/crondotd1
|
|
|
|
# entry number 2
|
|
1 3 12 10 5 daemon /path/to/crondotd2 arg1 arg2
|
|
|
|
# entry number 3
|
|
@yearly root /usr/local/bin/foo.sh bar
|