1SALT-MINION(1)                       Salt                       SALT-MINION(1)
2
3
4

NAME

6       salt-minion - salt-minion Documentation
7
8       The Salt minion daemon, receives commands from a remote Salt master.
9

SYNOPSIS

11          salt-minion [ options ]
12

DESCRIPTION

14       The  Salt  minion  receives  commands  from the central Salt master and
15       replies with the results of said commands.
16

OPTIONS

18       --version
19              Print the version of Salt that is running.
20
21       --versions-report
22              Show program's dependencies and version number, and then exit
23
24       -h, --help
25              Show the help message and exit
26
27       -c CONFIG_DIR, --config-dir=CONFIG_dir
28              The location of the Salt configuration directory. This directory
29              contains  the  configuration  files for Salt master and minions.
30              The default location on most systems is /etc/salt.
31
32       -u USER, --user=USER
33              Specify user to run salt-minion
34
35       -d, --daemon
36              Run salt-minion as a daemon
37
38       --pid-file PIDFILE
39              Specify the location of the pidfile. Default: /var/run/salt-min‐
40              ion.pid
41
42   Logging Options
43       Logging  options  which override any settings defined on the configura‐
44       tion files.
45
46       -l LOG_LEVEL, --log-level=LOG_LEVEL
47              Console logging log level. One of all,  garbage,  trace,  debug,
48              info, warning, error, quiet. Default: warning.
49
50       --log-file=LOG_FILE
51              Log file path. Default: /var/log/salt/minion.
52
53       --log-file-level=LOG_LEVEL_LOGFILE
54              Logfile  logging  log  level. One of all, garbage, trace, debug,
55              info, warning, error, quiet. Default: warning.
56

SEE ALSO

58       salt(1) salt(7) salt-master(1)
59

AUTHOR

61       Thomas S. Hatch <thatch45@gmail.com> and many others,  please  see  the
62       Authors file
63
64
65
66
673003                             Feb 23, 2021                   SALT-MINION(1)
Impressum