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

50 lines
907 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
========
salt-syndic [ options ]
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
.. option:: -h, --help
Print a usage message briefly summarizing these command-line options.
.. option:: -d, --daemon
2012-05-23 04:43:12 +00:00
Run the Salt syndic as a daemon
2011-08-27 17:29:41 +00:00
2012-03-19 18:58:15 +00:00
.. option:: --pid-file PIDFILE
Specify the location of the pidfile
2011-08-27 17:29:41 +00:00
.. option:: --master-config=MASTER_CONFIG
The master configuration file to use, the default is /etc/salt/master
.. option:: --minion-config=MINION_CONFIG
The minion configuration file to use, the default is /etc/salt/minion
2012-05-10 22:10:39 +00:00
See also
========
:manpage:`salt(1)`
:manpage:`salt-master(1)`
:manpage:`salt-minion(1)`