mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
48 lines
992 B
ReStructuredText
48 lines
992 B
ReStructuredText
===============
|
|
``salt-minion``
|
|
===============
|
|
|
|
The salt minion daemon, receives commands from a remote salt master.
|
|
|
|
Synopsis
|
|
========
|
|
|
|
salt-minion [ options ]
|
|
|
|
Description
|
|
===========
|
|
|
|
The salt minion receives commands from the central salt master and replies with
|
|
the results of said commands.
|
|
|
|
Options
|
|
=======
|
|
|
|
.. program:: salt-minion
|
|
|
|
.. option:: -h, --help
|
|
|
|
Print a usage message briefly summarizing these command-line options.
|
|
|
|
.. option:: -d, --daemon
|
|
|
|
Run the salt minion as a daemon
|
|
|
|
.. option:: -c CONFIG, --config=CONFIG
|
|
|
|
The minion configuration file to use, the default is /etc/salt/minion
|
|
|
|
.. option:: -u USER, --user=USER
|
|
|
|
Specify user to run minion
|
|
|
|
.. option:: --pid-file PIDFILE
|
|
|
|
Specify the location of the pidfile
|
|
|
|
.. 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``.
|