salt/man/salt-master.1

28 lines
555 B
Groff
Raw Normal View History

2011-04-02 04:05:03 +00:00
.TH salt-master 1 "April 2011" "salt-master 0.7.0" "salt-master Manual"
.SH NAME
salt-master \- The salt master daemon, used to control the salt minions
.SH SYNOPSIS
.B salt-master [ options ]
.SH DESCRIPTION
2011-04-02 04:11:08 +00:00
The master daemon controls the salt minions
2011-04-02 04:05:03 +00:00
.SH OPTIONS
.TP
-h, --help
Print a usage message briefly summarizing these command-line options.
.TP
-d, --daemon
Run the salt master as a daemon
.TP
-c CONFIG, --config=CONFIG
The master configuration file to use, the default is /etc/salt/master
.SH AUTHORS
Thomas S. Hatch <thatch@gmail.com>