]> git.pond.sub.org Git - empserver/blob - man/emp_server.6
Fix emp_server manual page synopsis for Windows
[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 [
16 .BI \-R " random-seed"
17 ]
18 .if \nw \{\
19 .br
20 .B emp_server
21 [
22 .B \-i
23 |
24 .BI \-I " service-name"
25 ]
26 [
27 .BI \-e " configfile"
28 ]
29 .br
30 .B emp_server
31 [
32 .B \-u
33 |
34 .BI \-U " service-name"
35 ]\}
36 .SH DESCRIPTION
37 .B emp_server
38 is a daemon which listens to the Empire port for players connecting to
39 the game.  For more information on the game of Empire, see the info
40 pages within the game.
41 .SH OPTIONS
42 .TP
43 .B \-d
44 Debug mode.  This will prevent the server from forking itself into the
45 background.  It will also make it abort when it detects an internal
46 error.  You normally want to use this flag if you are running
47 .B emp_server
48 from within a debugger.
49 .TP
50 .BI \-e " configfile"
51 Use game configuration in \fIconfigfile\fR.
52 .TP
53 .B \-h
54 Help.  Print brief usage information and exit.
55 .if \nw \{\
56 .TP
57 .B \-i
58 Install as a Windows Service called "Empire Server".
59 .TP
60 .BI \-I " service-name"
61 Install as a Windows Service with the specified name.\}
62 .TP
63 .B \-p
64 Threading debug mode.  Implies \fB-d\fR.
65 .if \nw \{\
66 .TP
67 .B \-u
68 Uninstall the Windows Service called "Empire Server".
69 .TP
70 .BI \-U " service-name"
71 Uninstall the Windows Service with the specified name.\}
72 .TP
73 .B \-s
74 Enable thread stack checking.
75 .TP
76 .B \-R " random-seed"
77 Set the seed for random function.
78 .TP
79 .B \-v
80 Print version information and exit.
81 .SH OPERANDS
82 Operands are ignored for backward compatibility.  Their use is
83 deprecated.
84 .if !\nw \{
85 .SH SIGNALS
86 .TP
87 .B SIGHUP
88 Request
89 .B emp_server
90 to reopen log files and reload its configuration.  This allows proper
91 log rotation.  Only the update schedule is reloaded at this time.
92 .TP
93 .BR SIGINT ", " SIGTERM
94 Request
95 .B emp_server
96 to shut down immediately.
97 \}
98 .if \nw \{
99 .SH RESTRICTIONS
100 When using the service control manager (Services Window), the start
101 parameters are not processed.  The only parameters processed are the
102 ones supplied during service installation.  To modify the startup
103 parameters, you must remove the service and reinstall the service.\}
104 .SH BUGS
105 Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
106 .SH "SEE ALSO"
107 \fIempire\fR(6), \fIempsched\fR(6), \fIfairland\fR(6), \fIfiles\fR(6),
108 \fIpconfig\fR(6).
109 .SH AUTHORS
110 Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
111 are principal authors.  The full list of authors is too long to
112 include here.