[libvirt] [PATCH] Yet another /lib -> /usr/lib path fix for systemd

Cédric Bosdonnat cbosdonnat at suse.com
Tue Dec 9 12:43:12 UTC 2014


---
 libvirt-sandbox/libvirt-sandbox-config-service-systemd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt-sandbox/libvirt-sandbox-config-service-systemd.c b/libvirt-sandbox/libvirt-sandbox-config-service-systemd.c
index 909b605..8436a25 100644
--- a/libvirt-sandbox/libvirt-sandbox-config-service-systemd.c
+++ b/libvirt-sandbox/libvirt-sandbox-config-service-systemd.c
@@ -219,7 +219,7 @@ static gchar **gvir_sandbox_config_service_systemd_get_command(GVirSandboxConfig
     GVirSandboxConfigServiceSystemdPrivate *priv = sconfig->priv;
     gchar **command = g_new(gchar *, 7);
 
-    command[0] = g_strdup("/lib/systemd/systemd");
+    command[0] = g_strdup("/usr/lib/systemd/systemd");
     command[1] = g_strdup("--unit");
     command[2] = g_strdup(priv->bootTarget);
     command[3] = g_strdup("--log-target");
-- 
2.1.2




More information about the libvir-list mailing list