On 09.12.2014 15:20, Cedric Bosdonnat wrote:
Oops... forgot to mention it's a libvirt-sandbox patch.

On Tue, 2014-12-09 at 13:43 +0100, Cédric Bosdonnat wrote:
---
  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");



ACK

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to