]> git.proxmox.com Git - mirror_lxc.git/commitdiff
fix the expansion of libexecdir when not explicitly passed to configure
authorDwight Engen <dwight.engen@oracle.com>
Fri, 20 Jun 2014 18:22:06 +0000 (14:22 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 20 Jun 2014 18:32:25 +0000 (14:32 -0400)
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
config/init/systemd/lxc.service.in

index 5f155b6b08d5417f7e1989aebf936040b4674b33..0a428a34667c17d0b45daff2e14b47bfe802f02e 100644 (file)
@@ -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