salt-api.rst 709 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ============
  2. ``salt-api``
  3. ============
  4. Start interfaces used to remotely connect to the salt master
  5. Synopsis
  6. ========
  7. .. code-block:: bash
  8. salt-api
  9. Description
  10. ===========
  11. The Salt API system manages network api connectors for the Salt Master
  12. Options
  13. =======
  14. .. program:: salt-api
  15. .. include:: _includes/common-options.rst
  16. .. option:: -d, --daemon
  17. Run the salt-api as a daemon
  18. .. option:: --pid-file=PIDFILE
  19. Specify the location of the pidfile. Default: /var/run/salt-api.pid
  20. .. include:: _includes/logging-options.rst
  21. .. |logfile| replace:: /var/log/salt/api
  22. .. |loglevel| replace:: ``warning``
  23. See also
  24. ========
  25. :manpage:`salt-api(7)`
  26. :manpage:`salt(7)`
  27. :manpage:`salt-master(1)`