2011-05-23 06:58:49 +00:00
|
|
|
===============
|
|
|
|
``salt-master``
|
|
|
|
===============
|
|
|
|
|
|
|
|
The salt master daemon, used to control the salt minions
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
|
|
|
salt-master [ options ]
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
|
|
|
The master daemon controls the salt minions
|
|
|
|
|
|
|
|
Options
|
|
|
|
=======
|
|
|
|
|
|
|
|
.. program:: salt-master
|
|
|
|
|
|
|
|
.. option:: -h, --help
|
|
|
|
|
|
|
|
Print a usage message briefly summarizing these command-line options.
|
|
|
|
|
|
|
|
.. option:: -d, --daemon
|
|
|
|
|
|
|
|
Run the salt master as a daemon
|
|
|
|
|
|
|
|
.. option:: -c CONFIG, --config=CONFIG
|
|
|
|
|
|
|
|
The master configuration file to use, the default is /etc/salt/master
|
2012-01-19 05:04:48 +00:00
|
|
|
|
|
|
|
.. option:: -u USER, --user=USER
|
|
|
|
|
|
|
|
Specify user to run minion
|
|
|
|
|
2012-03-19 18:54:49 +00:00
|
|
|
.. option:: --pid-file PIDFILE
|
|
|
|
|
|
|
|
Specify the location of the pidfile.
|
|
|
|
|
2012-01-19 05:04:48 +00:00
|
|
|
.. option:: -l LOG_LEVEL, --log-level=LOG_LEVEL
|
|
|
|
|
|
|
|
Console log level. One of ``info``, ``none``, ``garbage``,
|
|
|
|
``trace``, ``warning``, ``error``, ``debug``. For the logfile
|
|
|
|
settings see the config file. Default: ``warning``.
|
2012-05-10 22:10:39 +00:00
|
|
|
|
|
|
|
See also
|
|
|
|
========
|
|
|
|
|
|
|
|
:manpage:`salt(1)`
|
|
|
|
:manpage:`salt(7)`
|
|
|
|
:manpage:`salt-minion(1)`
|