home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / default / cron < prev    next >
Encoding:
Text File  |  2010-12-18  |  653 b   |  18 lines

  1. # Cron configuration options
  2.  
  3. # Uncomment this option for LSB name support in /etc/cron.d/
  4. #LSBNAMES='-l'  
  5.  
  6. # Whether to read the system's default environment files (if present)
  7. # If set to "yes", cron will set a proper mail charset from the
  8. # locale information. If set to something other than 'yes', the default
  9. # charset 'C' (canonical name: ANSI_X3.4-1968) will be used.
  10. #
  11. # This has no effect on tasks running under cron; their environment can
  12. # only be changed via PAM or from within the crontab; see crontab(5).
  13. READ_ENV="yes"
  14.  
  15. # Extra options for cron, see cron(8)
  16. # For example, set a higher log level to audit cron's work
  17. # EXTRA_OPTS="-L 2"
  18.