/init/cron.conf
http://github.com/brinkman83/bashrc · Config · 14 lines · 10 code · 4 blank · 0 comment · 0 complexity · 1ed11393cd5e5e45d7d14c0e9d028fde MD5 · raw file
- # cron - regular background program processing daemon
- #
- # cron is a standard UNIX program that runs user-specified programs at
- # periodic scheduled times
- description "regular background program processing daemon"
- start on runlevel [2345]
- stop on runlevel [!2345]
- expect fork
- respawn
- exec cron