Skip to content

Instantly share code, notes, and snippets.

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