[lxc-devel] [PATCH] fix the expansion of libexecdir when not explicitly passed to configure
Dwight Engen
dwight.engen at oracle.com
Fri Jun 20 18:22:06 UTC 2014
Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
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 5f155b6..0a428a3 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
--
1.9.3
More information about the lxc-devel
mailing list