1SALT-MASTER(1) Salt SALT-MASTER(1)
2
3
4
6 salt-master - salt-master Documentation
7
8 The Salt master daemon, used to control the Salt minions
9
11 salt-master [ options ]
12
14 The master daemon controls the Salt minions
15
17 --version
18 Print the version of Salt that is running.
19
20 --versions-report
21 Show program's dependencies and version number, and then exit
22
23 -h, --help
24 Show the help message and exit
25
26 -c CONFIG_DIR, --config-dir=CONFIG_dir
27 The location of the Salt configuration directory. This directory
28 contains the configuration files for Salt master and minions.
29 The default location on most systems is /etc/salt.
30
31 -u USER, --user=USER
32 Specify user to run salt-master
33
34 -d, --daemon
35 Run salt-master as a daemon
36
37 --pid-file PIDFILE
38 Specify the location of the pidfile. Default: /var/run/salt-mas‐
39 ter.pid
40
41 Logging Options
42 Logging options which override any settings defined on the configura‐
43 tion files.
44
45 -l LOG_LEVEL, --log-level=LOG_LEVEL
46 Console logging log level. One of all, garbage, trace, debug,
47 info, warning, error, quiet. Default: warning.
48
49 --log-file=LOG_FILE
50 Log file path. Default: /var/log/salt/master.
51
52 --log-file-level=LOG_LEVEL_LOGFILE
53 Logfile logging log level. One of all, garbage, trace, debug,
54 info, warning, error, quiet. Default: warning.
55
57 salt(1) salt(7) salt-minion(1)
58
60 Thomas S. Hatch <thatch45@gmail.com> and many others, please see the
61 Authors file
62
63
64
65
663003 Feb 23, 2021 SALT-MASTER(1)