summaryrefslogtreecommitdiff
path: root/daemons/lvmdbusd/cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/lvmdbusd/cfg.py')
-rw-r--r--daemons/lvmdbusd/cfg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemons/lvmdbusd/cfg.py b/daemons/lvmdbusd/cfg.py
index 142cfabc7..70edad846 100644
--- a/daemons/lvmdbusd/cfg.py
+++ b/daemons/lvmdbusd/cfg.py
@@ -45,6 +45,9 @@ worker_q = queue.Queue()
# Main event loop
loop = None
+# Used to instruct the daemon if we should ignore SIGTERM
+ignore_sigterm = False
+
BUS_NAME = os.getenv('LVM_DBUS_NAME', 'com.redhat.lvmdbus1')
BASE_INTERFACE = 'com.redhat.lvmdbus1'
PV_INTERFACE = BASE_INTERFACE + '.Pv'