NAME
lim-agentd - Lim Agent Daemon
SYNOPSIS
lim-agentd [options] --uri <uri>
OPTIONS
- --uri <uri>
-
Specify the URI of the service to provide, this option can be given more then once.
- --conf <file>
-
Specify the configuration file to use (default /etc/lim/agent.yaml).
- --option <name=<value>>
-
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).
- --log4perl <file>
-
Specify a Log::Log4perl configure file (default output to stdout).
- --foreground
-
Do not fork into background, output logs to STDOUT if no Log::Log4perl configuration file is used.
- --pidfile <file>
-
Use the given file as pidfile (default /var/run/lim-agentd.pid).
- --help
-
Print a brief help message and exits.
DESCRIPTION
...