File: cron.default

package info (click to toggle)
cron 3.0pl1-105
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 480 kB
  • ctags: 412
  • sloc: ansic: 3,812; perl: 713; sh: 232; makefile: 144
file content (14 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Cron configuration options

# Uncomment this option for LSB name support in /etc/cron.d/
#LSBNAMES='-l'  

# Whether to read the system's default environment files (if present)
# This will make cron set a proper charset for the mails it sends
# Comment this or set it to something other than 'yes' to prevent
# cron from reading it. 
READ_ENV="yes"

# Extra options for cron, see cron(8)
# For example, set a higher log level to audit cron's work
# EXTRA_OPTS="-L 2"