relayd: introduce --working-directory/-w options
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 16 May 2018 22:24:01 +0000 (18:24 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 22 Oct 2019 19:01:29 +0000 (15:01 -0400)
commitce9ee1fb2847b1603c4382c82aef95121f0e3d07
tree0a9f14a496442c8756626aa27ba12aa13dc7b7af
parenta1e4ab8b82429320c5f962038c0f28b874f8ea6f
relayd: introduce --working-directory/-w options

This new option allows the user to specify the working directory (CWD) of the
lttng-relayd process. This is especially useful when lttng-relayd is
started in daemon mode (-d) because by default the CWD is set to "/".
This can help control where coredumps, if any, get generated.

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/utils.c
src/common/utils.h
This page took 0.025408 seconds and 4 git commands to generate.