/init/cron.conf

http://github.com/brinkman83/bashrc · Config · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · 1ed11393cd5e5e45d7d14c0e9d028fde MD5 · raw file

  1. # cron - regular background program processing daemon
  2. #
  3. # cron is a standard UNIX program that runs user-specified programs at
  4. # periodic scheduled times
  5. description "regular background program processing daemon"
  6. start on runlevel [2345]
  7. stop on runlevel [!2345]
  8. expect fork
  9. respawn
  10. exec cron