|
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
|
|
46.
|
|
|
This directive emulates the B<inetd>(8) I<wait> behaviour. The argument can be either B<yes> or B<no>. The default value is B<no>. Setting this to B<yes> also resets the value of B<instances> option to 1.
|
|
|
service/wait
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:258
|
|
47.
|
|
|
This specifies the process priority to run this service at. The argument is passed directly to the B<setpriority>(2) system call. The value may be negative.
|
|
|
service/nice
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:277
|