Skip to content

Instantly share code, notes, and snippets.

@dstrelau
Created June 24, 2010 00:28
Show Gist options
  • Save dstrelau/450788 to your computer and use it in GitHub Desktop.
Save dstrelau/450788 to your computer and use it in GitHub Desktop.
# chef-client - Chef Configuration Management Client
#
# Chef Client provides the Chef configuration management daemon
description "Chef Client"
start on filesystem
stop on runlevel S
respawn
respawn limit 5 30
pre-start script
test -x /usr/bin/chef-client || { stop; exit 0; }
end script
exec /usr/bin/chef-client -L /var/log/chef/client.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment