documented the new 'fifo_path' config key

updated the restart_command description
This commit is contained in:
Gunter Labes 2008-09-04 18:02:03 +00:00
parent 4e09e5e06a
commit e5d413bf4f

View file

@ -40,7 +40,7 @@ multiplayer network daemon
.SH DESCRIPTION
.
Manages Battle for Wesnoth multiplayer games. See http://www.wesnoth.org/wiki/ServerAdministration
on what commands the server accepts via the wesnoth client or the socket.
on what commands the server accepts via the wesnoth client (/query ...) or the fifo.
.
.SH OPTIONS
.
@ -122,6 +122,10 @@ for more details.
Default values (used if nothing is specified) are:
.BR *admin*,*admln*,*server*,ai,ai?,computer,human,network,player .
.TP
.B fifo_path
The path to the fifo you can echo server commands into (same as /query ... from wesnoth).
If not specified defaults to the compile-time specified path (default: /var/run/socket/wesnothd/socket).
.TP
.B max_messages
The number of allowed messages in \fBmessages_time_period\fR. (default: \fB4\fR)
.TP
@ -135,7 +139,7 @@ The message of the day.
The password used to gain admin privileges. Usually it starts with `admin '.
.TP
.B restart_command
Command that server can use to start new server process. Restart can be done using /query restart.
The command that the server uses to start a new server process via the `restart' command. (Can only be issued via the fifo.)
.TP
.B versions_accepted
A comma separated list of version strings to be accepted by the server. `*' and `?' from wildcard patterns are supported.