|
33.
|
|
|
B<}>
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:33 ./rlinetd.conf.5:302 ./rlinetd.conf.5:602 ./rlinetd.conf.5:692
|
|
34.
|
|
|
This construct describes a service. The B<name> parameter is for naming convenience alone, it simply serves to distinguish logging messages and provides a default for options which can logically accept a name as an argument.
|
|
|
service """name"""
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:41
|
|
35.
|
|
|
This construct allows easily enabling or disabling service. The argument can be either B<yes> or B<no>. The default value is B<yes>. Setting this to B<no> disables service.
|
|
|
service/enabled
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:58
|
|
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
|