Skip to content

Instantly share code, notes, and snippets.

@rubic
Created January 15, 2012 20:17
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save rubic/1617054 to your computer and use it in GitHub Desktop.
Save rubic/1617054 to your computer and use it in GitHub Desktop.
Upstart configuration file for salt-minion
# salt-minion.conf
description "salt-minion upstart daemon"
author "Jeff Bauer <jbauer@rubic.com>"
# copy this file to /etc/init
start on (net-device-up and local-filesystems)
stop on shutdown
expect fork
respawn
respawn limit 5 20
exec salt-minion -d
@rubic
Copy link
Author

rubic commented Jan 15, 2012

I didn't see an upstart configuration with Salt. This one's pretty minimal, but it appears to work on all my ec2 instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment