The bfagent executable 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. Can be used on UNIX or Linux only. Running
this way is an alternative to starting bfagent through inetd or xinetd.