salt/doc/man/salt-minion.1

31 lines
668 B
Groff
Raw Normal View History

2011-05-14 04:51:09 +00:00
.TH salt-minion 1 "May 2011" "salt-minion 0.8.7" "salt-minion Manual"
2011-04-02 04:10:01 +00:00
.SH NAME
salt-minion \- The salt minion daemon, receives commands from a remote salt master.
2011-04-02 04:10:01 +00:00
.SH SYNOPSIS
.B salt-minion [ options ]
.SH DESCRIPTION
The salt minion receives commands from the central salt master and replies with
the results of said commands.
2011-04-02 04:10:01 +00:00
.SH OPTIONS
.TP
-h, --help
Print a usage message briefly summarizing these command-line options.
.TP
-d, --daemon
Run the salt minion as a daemon
.TP
-c CONFIG, --config=CONFIG
The minion configuration file to use, the default is /etc/salt/minion
.SH AUTHORS
Thomas S. Hatch <thatch@gmail.com>
.P
Joseph Hall <perlhoser@gmail.com>