Created
April 6, 2012 21:46
-
-
Save mickeb/2323256 to your computer and use it in GitHub Desktop.
Chef server upstart conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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