From: Dwight Engen Date: Fri, 20 Jun 2014 18:22:06 +0000 (-0400) Subject: fix the expansion of libexecdir when not explicitly passed to configure X-Git-Tag: lxc-1.1.0.alpha1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d74b6771c0c55539bf6ddd319238e2d651d53743;p=thirdparty%2Flxc.git fix the expansion of libexecdir when not explicitly passed to configure Signed-off-by: Dwight Engen Acked-by: Stéphane Graber --- 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