cron.conf 288 B

1234567891011121314
  1. [group:cron]
  2. programs=crond
  3. priority=25
  4. [program:crond]
  5. command = /opt/docker/bin/service.d/cron.sh
  6. process_name=%(program_name)s
  7. startsecs = 0
  8. autostart = false
  9. autorestart = true
  10. stdout_logfile=/dev/stdout
  11. stdout_logfile_maxbytes=0
  12. stderr_logfile=/dev/stderr
  13. stderr_logfile_maxbytes=0