]> git.pond.sub.org Git - empserver/blob - man/emp_server.6
New utility program empsched.
[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 and reload its configuration.  This allows proper
85 log rotation.  Only the update schedule is reloaded at this time.
86 .TP
87 .BR SIGINT ", " SIGTERM
88 Request
89 .B emp_server
90 to shut down immediately.
91 \}
92 .if \nw \{
93 .SH RESTRICTIONS
94 When using the service control manager (Services Window), the start
95 parameters are not processed.  The only parameters processed are the
96 ones supplied during service installation.  To modify the startup
97 parameters, you must remove the service and reinstall the service.\}
98 .SH BUGS
99 Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
100 .SH "SEE ALSO"
101 \fIempire\fR(6), \fIempsched\fR(6), \fIfairland\fR(6), \fIfiles\fR(6),
102 \fIpconfig\fR(6).
103 .SH AUTHORS
104 Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
105 are principal authors.  The full list of authors is too long to
106 include here.