# cron - regular background program processing daemon # # cron is a standard UNIX program that runs user-specified programs at # periodic scheduled times description "chef server" start on runlevel [2345] stop on runlevel [!2345] respawn exec /usr/bin/chef-start.sh