Created
January 15, 2012 20:17
-
-
Save rubic/1617054 to your computer and use it in GitHub Desktop.
Upstart configuration file for salt-minion
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
# salt-minion.conf | |
description "salt-minion upstart daemon" | |
author "Jeff Bauer <[email protected]>" | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't see an upstart configuration with Salt. This one's pretty minimal, but it appears to work on all my ec2 instances.