From 7b7920c849e695ea0be79694b6bbfac1ada063e6 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 2 Apr 2020 22:45:57 -0400 Subject: [PATCH] lttng-relayd(8): mention the `--config` option MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- doc/man/lttng-relayd.8.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.34.1