mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
39 lines
743 B
ReStructuredText
39 lines
743 B
ReStructuredText
===============
|
|
``salt-syndic``
|
|
===============
|
|
|
|
The salt syndic daemon, a special minion that passes through commands from a
|
|
higher master
|
|
|
|
Synopsis
|
|
========
|
|
|
|
salt-syndic [ options ]
|
|
|
|
Description
|
|
===========
|
|
|
|
The salt syndic daemon, a special minion that passes through commands from a
|
|
higher master.
|
|
|
|
Options
|
|
=======
|
|
|
|
.. program:: salt-syndic
|
|
|
|
.. option:: -h, --help
|
|
|
|
Print a usage message briefly summarizing these command-line options.
|
|
|
|
.. option:: -d, --daemon
|
|
|
|
Run the salt syndic as a daemon
|
|
|
|
.. 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
|