Skip to content

Commit

Permalink
fix the expansion of libexecdir when not explicitly passed to configure
Browse files Browse the repository at this point in the history
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
Dwight Engen authored and stgraber committed Jun 20, 2014
1 parent e9aeead commit d74b677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/init/systemd/lxc.service.in
Expand Up @@ -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
Expand Down

0 comments on commit d74b677

Please sign in to comment.