
lim-agentd - Lim Agent Daemon

lim-agentd [options] --uri <uri>

Specify the URI of the service to provide, this option can be given more then once.
Specify the configuration file to use (default /etc/lim/agent.yaml).
Specify configuration on the command line, these settings overrides settings in configuration files. Syntax <name>=<value> will set <name> to <value> and <name>[]=<value> will treat <name> as an multi option array and append <value>. Option subgroups are seperated by . (for example log.obj_debug=0).
Specify a Log::Log4perl configure file (default output to stdout).
Do not fork into background, output logs to STDOUT if no Log::Log4perl configuration file is used.
Use the given file as pidfile (default /var/run/lim-agentd.pid).
Print a brief help message and exits.

...