salt-api.upstart 169 B

12345678910
  1. description "Salt API"
  2. start on (net-device-up
  3. and local-filesystems
  4. and runlevel [2345])
  5. stop on runlevel [!2345]
  6. script
  7. exec salt-api
  8. end script