From: Philippe Proulx Date: Fri, 3 Apr 2020 02:45:57 +0000 (-0400) Subject: lttng-relayd(8): mention the `--config` option X-Git-Tag: v2.13.0-rc1~672 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7b7920c849e695ea0be79694b6bbfac1ada063e6 lttng-relayd(8): mention the `--config` option This patch does not document the configuration file's format. This work is reserved for a future patch. Signed-off-by: Philippe Proulx Change-Id: If36dcaf244e194b58c1e6cacbe0e771176ac2045 Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index 99d5b07ed..4f911eb49 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -11,7 +11,7 @@ lttng-relayd - LTTng 2 relay daemon SYNOPSIS -------- [verse] -*lttng-relayd* [option:--background | option:--daemonize] +*lttng-relayd* [option:--background | option:--daemonize] [option:--config='PATH'] [option:--control-port='URL'] [option:--data-port='URL'] [option:--fd-pool-size='COUNT'] [option:--live-port='URL'] [option:--output='PATH'] [option:-v | option:-vv | option:-vvv] [option:--working-directory='PATH'] @@ -161,6 +161,9 @@ option:-b, option:--background:: Use the option:--daemonize option instead to close the file descriptors. +option:-f 'PATH', option:--config='PATH':: + Load relay daemon configuration from path 'PATH'. + option:-d, option:--daemonize:: Start as Unix daemon, and close file descriptors (console). Use the option:--background option instead to keep the file descriptors