lttng-relayd(8): mention the `--config` option
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 3 Apr 2020 02:45:57 +0000 (22:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 7 Apr 2020 17:49:53 +0000 (13:49 -0400)
This patch does not document the configuration file's format. This work
is reserved for a future patch.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: If36dcaf244e194b58c1e6cacbe0e771176ac2045
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-relayd.8.txt

index 99d5b07ed99d4be080ec8a022897e729419562b8..4f911eb4991413bc3d0ed3942965ded6766b483c 100644 (file)
@@ -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
This page took 0.025179 seconds and 4 git commands to generate.