salt/debian/salt-minion.upstart

9 lines
182 B
Plaintext
Raw Normal View History

2012-06-11 23:50:05 +00:00
description "salt-minion"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
exec /usr/bin/salt-minion >/dev/null 2>&1