salt/pkg/salt-master.upstart

12 lines
211 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
export PATH=/usr/bin:$PATH
exec /usr/bin/salt-master
end script