-
Notifications
You must be signed in to change notification settings - Fork 26
pfcon overview
pfcon
is a coordinator/controller service that integrates with pfioh
and pman
.
See the main page here.
See the startup docs here.
-
--ip=X.X.X.X
The IP of this service (i.e. the host on which the service is running).
pfioh
will self-discover this if not specified. To limit communication only fromlocalhost
set this tolocalhost
. -
--port=5055
The port on which to run. Defaults to
5055
. -
--quiet
A boolean flag. If specified, run quietly, i.e. no debug/logging info to host terminal.
-
--man <command>
Not yet implemented.
-
--forever
A boolean flag. Default is
true
. Iftrue
the service runs effectively forever, or until explicitly told to shut down. Infalse
mode, service will service one request and then self-shutdown. -
--httpResponse
A boolean flag. If specified, return HTTP formatted responses to caller.
--30--