]> git.pond.sub.org Git - empserver/blob - man/emp_server.6
(main): Fix -p to imply -d as documented, not just !daemonize.
[empserver] / man / emp_server.6
1 .TH EMP_SERVER 6
2 .UC
3 .SH NAME
4 emp_server \- Empire server
5 .SH SYNOPSIS
6 .B emp_server
7 [
8 .BI \-dhps
9 ]
10 [
11 .BI \-D " datadir"
12 ]
13 [
14 .BI \-e " configfile"
15 ]
16 [
17 .IR name
18 ]
19 .br
20 .SH DESCRIPTION
21 .I emp_server
22 is a daemon which listens to the Empire port for players connecting to
23 the game.  For more information on the game of Empire, see the
24 .I info
25 pages within the game.
26 .SH OPTIONS
27 .TP
28 .B \-d 
29 Debug mode.  This will prevent the server from forking itself into the
30 background.  It will also make it abort when it detects an internal
31 error.  You normally want to use this flag if you are running
32 .I emp_server
33 from within a debugger.
34 .TP
35 .B \-h 
36 Help.  Print a usage line showing the command line options.
37 .TP
38 .B \-p
39 Threading debug mode.  Implies -d.
40 .TP
41 .B \-s
42 Enable thread stack checking.
43 .TP
44 .BI \-D " datadir"
45 causes the server to use the data files in 
46 .I datadir
47 .TP
48 .BI \-e " configfile"
49 causes the server to use the game configuration specification in 
50 .I configfile
51 (by default, the file "econfig" in the data directory is used)
52 .TP
53 .IR name
54 This argument does nothing.  It is used by scripts to locate the
55 server to kill it.
56 .SH BUGS
57 Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
58 .SH AUTHORS
59 Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
60 are principal authors.  The full list of authors is too long to
61 mention here.