2 <!-- Converted from svc.conf by svcconf-convert.pl -->
4 <!-- These are the services that can be linked into ACE. -->
5 <!-- Note that you can append the "netsvcs" with -->
6 <!-- a relative path if you idn't set your LD search path correctly -- -->
7 <!-- ACE will locate this for you automatically by reading your LD search -->
8 <!-- path. Moreover, ACE will automatically insert the correct suffix -->
9 <!-- (e.g., ".dll", ".so", etc.). In addition, you can replace the -->
10 <!-- hardcoded "-p 20xxx" with "-p $PORTxxx" if you set your environment -->
11 <!-- variables correctly. -->
12 <dynamic id="Logger" type="Service_Object">
13 <initializer path="ACE" init="_make_ACE_Logging_Strategy" params="-s foobar -f STDERR|OSTREAM|VERBOSE"/>
15 <dynamic id="Time_Service" type="Service_Object">
16 <initializer path="netsvcs" init="_make_ACE_TS_Server_Acceptor" params="-p 20222"/>
18 <dynamic id="Name_Server" type="Service_Object">
19 <initializer path="netsvcs" init="_make_ACE_Name_Acceptor" params="-p 20006"/>
21 <!-- This service is disabled by default -- only enable it ACE is compiled with ACE_HAS_TOKENS_LIBRARY. -->
22 <!-- dynamic Token_Service Service_Object * netsvcs:_make_ACE_Token_Acceptor() "-p 20202" -->
23 <dynamic id="Server_Logging_Service" type="Service_Object">
24 <initializer path="netsvcs" init="_make_ACE_Server_Logging_Acceptor" params="-p 20009"/>
26 <dynamic id="Thr_Server_Logging_Service" type="Service_Object">
27 <initializer path="netsvcs" init="_make_ACE_Thr_Server_Logging_Acceptor" params="-p 20020"/>
29 <dynamic id="Client_Logging_Service" type="Service_Object">
30 <initializer path="netsvcs" init="_make_ACE_Client_Logging_Acceptor" params="-p 20009"/>