salt/doc/ref/cli/salt-minion.rst

40 lines
700 B
ReStructuredText
Raw Normal View History

2011-05-23 06:58:49 +00:00
===============
``salt-minion``
===============
2012-05-23 04:43:12 +00:00
The Salt minion daemon, receives commands from a remote Salt master.
2011-05-23 06:58:49 +00:00
Synopsis
========
.. code-block:: bash
salt-minion [ options ]
2011-05-23 06:58:49 +00:00
Description
===========
2012-05-23 04:43:12 +00:00
The Salt minion receives commands from the central Salt master and replies with
2011-05-23 06:58:49 +00:00
the results of said commands.
Options
=======
.. program:: salt-minion
.. include:: _includes/common-options.rst
2011-05-23 06:58:49 +00:00
.. include:: _includes/daemon-options.rst
.. |salt-daemon| replace:: salt-minion
2012-03-19 18:57:46 +00:00
.. include:: _includes/logging-options.rst
.. |logfile| replace:: /var/log/salt/minion
.. |loglevel| replace:: ``warning``
2012-05-10 22:10:39 +00:00
See also
========
:manpage:`salt(1)`
:manpage:`salt(7)`
2014-12-11 03:37:07 +00:00
:manpage:`salt-master(1)`