salt/pkg/salt-master.upstart
2013-03-16 12:20:51 -07:00

11 lines
175 B
Plaintext

description "Salt Master"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [!2345]
script
exec salt-master
end script