Signed-off-by: Dwight Engen <[email protected]> --- 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 _______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
