From 599cbd7dd37ba50b44579f64207cc1e47e004899 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Fri, 30 Sep 2022 11:49:49 -0500 Subject: lvmdbusd: Correct env. variable Make this match the unit test expectation and the form we use for other env. variables. --- daemons/lvmdbusd/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/lvmdbusd/main.py b/daemons/lvmdbusd/main.py index e4531526c..662d7569f 100644 --- a/daemons/lvmdbusd/main.py +++ b/daemons/lvmdbusd/main.py @@ -146,7 +146,7 @@ def running_under_systemd(): def main(): start = time.time() - use_session = os.getenv('LVMDBUSD_USE_SESSION', False) + use_session = os.getenv('LVM_DBUSD_USE_SESSION', False) # Ensure that we get consistent output for parsing stdout/stderr and that we # are using the lvmdbusd profile. -- cgit v1.2.1