aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kimchi/systemd-substitution-with-openrc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kimchi/systemd-substitution-with-openrc.patch')
-rw-r--r--testing/kimchi/systemd-substitution-with-openrc.patch8
1 files changed, 6 insertions, 2 deletions
diff --git a/testing/kimchi/systemd-substitution-with-openrc.patch b/testing/kimchi/systemd-substitution-with-openrc.patch
index 0ca2ff19a9..b05f545530 100644
--- a/testing/kimchi/systemd-substitution-with-openrc.patch
+++ b/testing/kimchi/systemd-substitution-with-openrc.patch
@@ -1,8 +1,8 @@
diff --git a/utils.py b/utils.py
-index 1e2c951..459c76f 100644
+index 22430ce..2ec4845 100644
--- a/utils.py
+++ b/utils.py
-@@ -263,6 +263,7 @@ def is_libvirtd_up():
+@@ -265,9 +265,11 @@ def is_libvirtd_up():
"""
Checks if libvirtd.service is up.
"""
@@ -12,3 +12,7 @@ index 1e2c951..459c76f 100644
output, error, rc = run_command(cmd, silent=True)
- return True if output == 'active\n' else False
+ return True if "started" in output else False
++
+
+
+ def is_s390x():