salt/pkg/salt-master.upstart
2013-03-06 10:46:32 -08:00

12 lines
211 B
Plaintext

description "Salt Master"
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