From d74b6771c0c55539bf6ddd319238e2d651d53743 Mon Sep 17 00:00:00 2001 From: Dwight Engen Date: Fri, 20 Jun 2014 14:22:06 -0400 Subject: [PATCH] fix the expansion of libexecdir when not explicitly passed to configure MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Dwight Engen Acked-by: Stéphane Graber --- config/init/systemd/lxc.service.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in index 5f155b6b0..0a428a346 100644 --- a/config/init/systemd/lxc.service.in +++ b/config/init/systemd/lxc.service.in @@ -5,9 +5,9 @@ After=syslog.target network.target [Service] Type=oneshot RemainAfterExit=yes -ExecStartPre=@libexecdir@/lxc/lxc-devsetup -ExecStart=@libexecdir@/lxc/lxc-autostart-helper start -ExecStop=@libexecdir@/lxc/lxc-autostart-helper stop +ExecStartPre=@LIBEXECDIR@/lxc/lxc-devsetup +ExecStart=@LIBEXECDIR@/lxc/lxc-autostart-helper start +ExecStop=@LIBEXECDIR@/lxc/lxc-autostart-helper stop # Environment=BOOTUP=serial # Environment=CONSOLETYPE=serial StandardOutput=syslog -- 2.47.3