salt-minion.rst 700 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ===============
  2. ``salt-minion``
  3. ===============
  4. The Salt minion daemon, receives commands from a remote Salt master.
  5. Synopsis
  6. ========
  7. .. code-block:: bash
  8. salt-minion [ options ]
  9. Description
  10. ===========
  11. The Salt minion receives commands from the central Salt master and replies with
  12. the results of said commands.
  13. Options
  14. =======
  15. .. program:: salt-minion
  16. .. include:: _includes/common-options.rst
  17. .. include:: _includes/daemon-options.rst
  18. .. |salt-daemon| replace:: salt-minion
  19. .. include:: _includes/logging-options.rst
  20. .. |logfile| replace:: /var/log/salt/minion
  21. .. |loglevel| replace:: ``warning``
  22. See also
  23. ========
  24. :manpage:`salt(1)`
  25. :manpage:`salt(7)`
  26. :manpage:`salt-master(1)`