Commit 87850eca by Dwight Engen Committed by Stéphane Graber

fix the expansion of libexecdir when not explicitly passed to configure

parent a668d196
...@@ -5,9 +5,9 @@ After=syslog.target network.target ...@@ -5,9 +5,9 @@ After=syslog.target network.target
[Service] [Service]
Type=oneshot Type=oneshot
RemainAfterExit=yes RemainAfterExit=yes
ExecStartPre=@libexecdir@/lxc/lxc-devsetup ExecStartPre=@LIBEXECDIR@/lxc/lxc-devsetup
ExecStart=@libexecdir@/lxc/lxc-autostart-helper start ExecStart=@LIBEXECDIR@/lxc/lxc-autostart-helper start
ExecStop=@libexecdir@/lxc/lxc-autostart-helper stop ExecStop=@LIBEXECDIR@/lxc/lxc-autostart-helper stop
# Environment=BOOTUP=serial # Environment=BOOTUP=serial
# Environment=CONSOLETYPE=serial # Environment=CONSOLETYPE=serial
StandardOutput=syslog StandardOutput=syslog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment