1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

lvmdbustest: Add systemctl daemon start

This commit is contained in:
Tony Asleson 2022-08-23 10:54:22 -05:00
parent f252e05aae
commit 9693709b46

View File

@ -278,7 +278,7 @@ class DaemonInfo(object):
def start(self, expect_fail=False):
if self.systemd:
pass
subprocess.run(["/usr/bin/systemctl", "start", "lvm2-lvmdbusd"], check=True)
else:
stdin_stream = None
stdout_stream = None