]> git.pond.sub.org Git - empserver/blob - man/emp_server.6
Fix markup. Reorder so that options appear in alphabetical order.
[empserver] / man / emp_server.6
1 .TH EMP_SERVER 6
2 .\" Note: Options specific to the native Windows port are suppressed
3 .\" unless you format with non-zero number register w, e.g. by
4 .\" supplying -rw1 to nroff.
5 .SH NAME
6 emp_server \- Empire server
7 .SH SYNOPSIS
8 .B emp_server
9 [
10 .B \-dhpsv
11 ]
12 [
13 .BI \-e " configfile"
14 ]
15 .if \nw \{\
16 .br
17 .B emp_server
18 [
19 .B \-i
20 |
21 .BI \-I " service-name"
22 ]
23 [
24 .BI \-e " configfile"
25 ]
26 .br
27 .B emp_server
28 [
29 .B \-r
30 |
31 .BI \-R " service-name"
32 ]\}
33 .SH DESCRIPTION
34 .B emp_server
35 is a daemon which listens to the Empire port for players connecting to
36 the game.  For more information on the game of Empire, see the info
37 pages within the game.
38 .SH OPTIONS
39 .TP
40 .B \-d 
41 Debug mode.  This will prevent the server from forking itself into the
42 background.  It will also make it abort when it detects an internal
43 error.  You normally want to use this flag if you are running
44 .B emp_server
45 from within a debugger.
46 .TP
47 .BI \-e " configfile"
48 Use game configuration in \fIconfigfile\fR.
49 .TP
50 .B \-h 
51 Help.  Print brief usage information and exit.
52 .if \nw \{\
53 .TP
54 .B \-i
55 Install as a Windows Service called "Empire Server".
56 .TP
57 .BI \-I " service-name"
58 Install as a Windows Service with the specified name.\}
59 .TP
60 .B \-p
61 Threading debug mode.  Implies \fB-d\fR.
62 .if \nw \{\
63 .TP
64 .B \-r
65 Remove the Windows Service called "Empire Server".
66 .TP
67 .BI \-R " service-name"
68 Remove the Windows Service with the specified name.\}
69 .TP
70 .B \-s
71 Enable thread stack checking.
72 .TP
73 .B \-v
74 Print version information and exit.
75 .SH OPERANDS
76 Operands are ignored for backward compatibility.  Their use is
77 deprecated.
78 .if !\nw \{
79 .SH SIGNALS
80 .TP
81 .B SIGHUP
82 Request
83 .B emp_server
84 to reopen log files.  This allows proper log rotation.
85 .TP
86 .BR SIGINT ", " SIGTERM
87 Request
88 .B emp_server
89 to shut down immediately.
90 \}
91 .if \nw \{
92 .SH RESTRICTIONS
93 When using the service control manager (Services Window), the start
94 parameters are not processed.  The only parameters processed are the
95 ones supplied during service installation.  To modify the startup
96 parameters, you must remove the service and reinstall the service.\}
97 .SH BUGS
98 Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
99 .SH "SEE ALSO"
100 \fIempire\fR(6), \fIfairland\fR(6), \fIfiles\fR(6), \fIpconfig\fR(6).
101 .SH AUTHORS
102 Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
103 are principal authors.  The full list of authors is too long to
104 include here.