bfagent reference

The bfagent executable file starts the Build Forge agent. It reads its configuration from a BFAgent.conf file in the same directory.
The syntax for the command is:
bfagent [-f configfile | -s]
Options
-f configfile
Run using the configuration file in configfile, rather than BFAgent.conf. This is a runtime option on UNIX or Linux. It is a debugging option when running the agent manually on Windows. It cannot be used for starting the service on Windows.
-s
Start as a standalone service. You can use this option only on UNIX or Linux. Running this way is an alternative to starting bfagent with either the inetd or xinetd.

Feedback