.TH "ACE_NETSVCS" "1" .SH "NAME" ace_netsvcs \(em ACE network services driver. .SH "SYNOPSIS" .PP \fBace_netsvcs\fR [\fIOPTION\fR \&...] .SH "DESCRIPTION" .PP ace_netsvcs is a driver to start ACE network services. Currently, libnetsvcs provides: Naming Service, Time Service, Token Service, Server Logging Service, Client Logging Service, Logging Strategy Service. .SH "OPTIONS" .IP "\fB-f\fR \fIsvc.conf\fR " 10 Specifies a \fIsvc.conf\fR configuration file name other than the default one. Can be specified multiple times to use multiple files. .IP "\fB-d\fR" 10 Turn on debugging mode. .IP "\fB-n\fR" 10 Explicitly disables the use of static services. This flag overrides the @a ignore_static_svcs parameter value. .IP "\fB-p\fR \fIpathname\fR" 10 Specifies a \fIpathname\fR which is used to store the process id. .IP "\fB-s\fR \fIsignal\fR" 10 Specifies a \fIsignal\fR number other than SIGHUP to trigger reprocessing of the configuration file(s). Ignored for platforms that do not have POSIX signals, such as Windows. .IP "\fB-y\fR" 10 Explicitly enables the use of static services. This flag overrides the @a ignore_static_svcs parameter value. .IP "\fB-S\fR \fIdirective\fR" 10 Specifies a service \fIdirective\fR string. Enclose the string in quotes and escape any embedded quotes with a backslash. This option specifies service directives without the need for a configuration file. .IP "\fB-b\fR" 10 Option to indicate that we should be a daemon. Note that when this option is used, the process will be daemonized before the service configuration file(s) are read. During daemonization, (on POSIX systems) the current directory will be changed to "/" so the caller should either fully specify the file names, or execute a @c chroot() to the appropriate directory. @sa ACE::daemonize(). .IP "\fB-k\fR \fIpoint\fR" 10 Specifies the rendezvous \fIpoint\fR to use for the ACE distributed logger. .SH "EXAMPLES" .IP "ace_netsvcs \-f /usr/share/ace-netsvcs/svc.conf" 10 Starts ACE network services using example configuration. .IP "ace_netsvcs \-S 'dynamic Name_Server Service_Object * netsvcs:_make_ACE_Name_Acceptor() ""\-p 20006""' " 10 Starts ACE Naming service using command line configuration. .SH "SEE ALSO" .PP /usr/share/ace-netsvcs/svc.conf, /usr/share/doc/ace-netsvcs/ACE-netsvcs.html .SH "AUTHOR" .PP Douglas C. Schmidt .\" created by instant / docbook-to-man