Skip to content

Instantly share code, notes, and snippets.

@mickeb
Created April 6, 2012 21:46
Show Gist options
  • Save mickeb/2323256 to your computer and use it in GitHub Desktop.
Save mickeb/2323256 to your computer and use it in GitHub Desktop.
Chef server upstart conf
# Bluepill - Chef server
#
# simple process monitoring tool
description "Chef server"
start on runlevel [2345]
stop on runlevel [!2345]
expect daemon
respawn
exec /usr/local/ruby/bin/bluepill load /root/pills/chef-server.pill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment