The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1549
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Fix: https://github.com/lxc/lxc/issues/1546 Signed-off-by: 0x0916 <w...@laoqinren.net>
From b9a33f6c1b373c755d0c5c8a3d7a38cffa126a37 Mon Sep 17 00:00:00 2001 From: 0x0916 <w...@laoqinren.net> Date: Thu, 11 May 2017 15:07:07 +0800 Subject: [PATCH] Install systemd units for CentOS Signed-off-by: 0x0916 <w...@laoqinren.net> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 30d66ee..c5f789e 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ case "$with_init_script" in init_script=systemd ;; redhat|centos|oracle|oracleserver|sparclinux|plamo) - init_script=sysvinit + init_script=sysvinit,systemd ;; debian|raspbian) init_script=upstart,systemd
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel