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