salt/doc/ref/cli/salt-syndic.rst
Erik Johnson 2849950bce Docs cleanup
Fixes double-colons by making them code-block directives, so they do not
erroneously show up as "PYTHON" blocks. Also corrects a few instances of
2nd person pronoun usage.
2014-07-13 11:02:33 -05:00

42 lines
712 B
ReStructuredText

===============
``salt-syndic``
===============
The Salt syndic daemon, a special minion that passes through commands from a
higher master
Synopsis
========
.. code-block:: bash
salt-syndic [ options ]
Description
===========
The Salt syndic daemon, a special minion that passes through commands from a
higher master.
Options
=======
.. program:: salt-syndic
.. include:: _includes/common-options.rst
.. include:: _includes/daemon-options.rst
.. |salt-daemon| replace:: salt-syndic
.. include:: _includes/logging-options.rst
.. |logfile| replace:: /var/log/salt/master
.. |loglevel| replace:: ``warning``
See also
========
:manpage:`salt(1)`
:manpage:`salt-master(1)`
:manpage:`salt-minion(1)`