Skip to content

Instantly share code, notes, and snippets.

@inthecloud247
Forked from rubic/salt-minion.conf
Last active August 29, 2015 14:21
Show Gist options
  • Save inthecloud247/57cef292f0a9c884a1b9 to your computer and use it in GitHub Desktop.
Save inthecloud247/57cef292f0a9c884a1b9 to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment