|
36.
|
|
|
Example:
|
|
|
start example
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:61 ./rlinetd.conf.5:81 ./rlinetd.conf.5:102 ./rlinetd.conf.5:121 ./rlinetd.conf.5:138 ./rlinetd.conf.5:160 ./rlinetd.conf.5:179 ./rlinetd.conf.5:196 ./rlinetd.conf.5:214 ./rlinetd.conf.5:231 ./rlinetd.conf.5:261 ./rlinetd.conf.5:280 ./rlinetd.conf.5:321 ./rlinetd.conf.5:347 ./rlinetd.conf.5:406 ./rlinetd.conf.5:427 ./rlinetd.conf.5:468 ./rlinetd.conf.5:493 ./rlinetd.conf.5:514 ./rlinetd.conf.5:530 ./rlinetd.conf.5:547 ./rlinetd.conf.5:566 ./rlinetd.conf.5:585 ./rlinetd.conf.5:623 ./rlinetd.conf.5:640 ./rlinetd.conf.5:657 ./rlinetd.conf.5:674
|
|
37.
|
|
|
This lists the ports that the service should be made available on. The ports can be listed in either string or numeric format. If unspecified, this defaults to the name of the service unless the service is an RPC service, in which case the port value will be dynamically assigned by the system.
|
|
|
service/port
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:78
|
|
38.
|
|
|
This specifies which interfaces the listed ports should be bound on. It takes a list of IP addresses as an argument, corresponding to the configured addresses of the interfaces required. If unspecified, this defaults to B<INADDR_ANY> and will bind to all available interfaces.
|
|
|
service/interface
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:99
|
|
39.
|
|
|
This specifies the invocation of the service. A number of substitutions can be made within the string; please see B<String Modifiers> below.
|
|
|
service/exec
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:118
|
|
40.
|
|
|
This specifies the binary to be executed, if different to B<exec>.
|
|
|
service/server
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:135
|
|
41.
|
|
|
This specifies the socket protocol to use when listening on ports for the service. The argument can be either B<tcp> or B<udp>. The default setting for this variable is B<tcp>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:157
|
|
42.
|
|
|
This specifies the userid under which this service should run. It will accept an argument in either symbolic or numeric form. Unless B<group> (see below) is given, the groupid is also set to the user's primary group.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:176
|
|
43.
|
|
|
This specifies the groupid under which this service should run. It will accept an argument in either symbolic or numeric form.
|
|
|
service/group
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:193
|
|
44.
|
|
|
This is the backlog argument which will be passed to the B<listen>(2) system call.
|
|
|
service/backlog
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:211
|
|
45.
|
|
|
This specifies the maximum number of service instances that can be running at any one time. The default setting for this variable is 40.
|
|
|
service/instances
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:228
|