File: conserver-server.templates

package info (click to toggle)
conserver 8.2.7-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,856 kB
  • sloc: ansic: 22,275; sh: 3,623; makefile: 285
file content (35 lines) | stat: -rw-r--r-- 1,580 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Template: conserver-server/port
Type: string
Default: 3109
_Description: The master port number for the conserver server:
 Set the TCP port for the master process to listen on for clients. This may
 be either a port number or a service name. The original port number for
 conserver is 782, must be higher than 1024 if running as non-root.

Template: conserver-server/base_port
Type: string
_Description: The base port number for the conserver children:
 Set the base port for children to listen on. Each child starts looking for
 free ports at this port number and working upward, trying a maximum number
 of ports equal to twice the maximum number of groups. If no free ports are
 available in that range, conserver exits. By default, conserver lets the
 operating system choose a free port.
 Empty input selects the default.
 (Conserver forks a child for each group of consoles it must manage and
 assigns each process a port number to listen on.)

Template: conserver-server/listen_address
Type: string
_Description: The listen address (defaults to all addresses if empty):
 Set the address to listen on.  This allows conserver to bind to a
 particular IP address (like `127.0.0.1') instead of all interfaces. The
 default is to bind to all interfaces.

Template: conserver-server/run_as_root
Type: boolean
Default: false
_Description: Should conserver run as root?
 Conserver can be configured to run as root or as 'conservr'. It is not
 possible to use the shadow password if running as non-root in
 conserver.passwd. (See the manual for conserver.passwd for more details.)