Skip to content

Instantly share code, notes, and snippets.

@inthecloud247
Forked from rubic/salt-minion.conf
Created June 16, 2013 07:06
Show Gist options
  • Save inthecloud247/5791217 to your computer and use it in GitHub Desktop.
Save inthecloud247/5791217 to your computer and use it in GitHub Desktop.
# 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