salt/pkg/salt-master.upstart

11 lines
175 B
Plaintext
Raw Normal View History

description "Salt Master"
2012-11-23 21:35:58 +00:00
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
script
2013-03-16 19:20:51 +00:00
exec salt-master
end script