salt/man/salt-minion.1
2011-04-01 23:23:28 -06:00

30 lines
670 B
Groff

.TH salt-minion 1 "April 2011" "salt-minion 0.7.0" "salt-minion Manual"
.SH NAME
salt-minion \- The salt minion daemon, recieves commands from a remote salt master.
.SH SYNOPSIS
.B salt-minion [ options ]
.SH DESCRIPTION
The salt minion recieves commands from the central salt master and replies with the results of said commands.
.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>