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

41 lines
711 B
ReStructuredText
Raw Normal View History

2011-08-27 17:29:41 +00:00
===============
``salt-syndic``
===============
2012-05-23 04:43:12 +00:00
The Salt syndic daemon, a special minion that passes through commands from a
2011-08-27 17:29:41 +00:00
higher master
Synopsis
========
.. code-block:: bash
salt-syndic [ options ]
2011-08-27 17:29:41 +00:00
Description
===========
2012-05-23 04:43:12 +00:00
The Salt syndic daemon, a special minion that passes through commands from a
2011-08-27 17:29:41 +00:00
higher master.
Options
=======
.. program:: salt-syndic
.. include:: _includes/common-options.rst
2011-08-27 17:29:41 +00:00
.. include:: _includes/daemon-options.rst
.. |salt-daemon| replace:: salt-syndic
2012-03-19 18:58:15 +00:00
.. include:: _includes/logging-options.rst
.. |logfile| replace:: /var/log/salt/master
.. |loglevel| replace:: ``warning``
2012-05-10 22:10:39 +00:00
See also
========
:manpage:`salt(1)`
:manpage:`salt-master(1)`
2014-12-11 03:37:07 +00:00
:manpage:`salt-minion(1)`