Introduce LTTNG_RELAYD_WORKING_DIRECTORY environment variable
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 22 May 2018 17:48:07 +0000 (13:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Oct 2019 19:01:29 +0000 (15:01 -0400)
commit2a10de3b3b5a198a1633ff4167a9610c493994c1
tree82b78a697cc40bdd0b32e99b9d23045eef96caf9
parentf3630ec4ac23f0bc4f2e9b438310eadb5d3ebcb4
Introduce LTTNG_RELAYD_WORKING_DIRECTORY environment variable

LTTNG_RELAYD_WORKING_DIRECTORY is equivalent to the --working-directory
command line options.

Note: when using --working-directory, the command line option always
overwrite the environment configuration, LTTNG_RELAYD_WORKING_DIRECTORY
in this case.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/main.c
src/common/defaults.h
tests/regression/tools/working-directory/test_relayd_working_directory
This page took 0.025415 seconds and 4 git commands to generate.