mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add salt minion man page
This commit is contained in:
parent
6f2a34b3dc
commit
d85dcabdd3
1 changed files with 29 additions and 0 deletions
29
man/salt-minion.8
Normal file
29
man/salt-minion.8
Normal file
|
@ -0,0 +1,29 @@
|
|||
.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>
|
Loading…
Add table
Reference in a new issue