The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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).

--group <group> | --gid <gid>

Specify a group to change to upon start.

If used with --user, this will also specify the primary/effective group.

--user <user> | --uid <id>

Specify a user to change to upon start.

This will also add access to all the groups the user is a member for so it is unnessisary to specify the group with --group if the user is already a member.

--help

Print a brief help message and exits.

DESCRIPTION

...