[lxc-devel] [lxc/master] Install systemd units for CentOS

0x0916 on Github lxc-bot at linuxcontainers.org
Thu May 11 07:09:40 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 387 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170511/743ce317/attachment.bin>
-------------- next part --------------
From b9a33f6c1b373c755d0c5c8a3d7a38cffa126a37 Mon Sep 17 00:00:00 2001
From: 0x0916 <w at laoqinren.net>
Date: Thu, 11 May 2017 15:07:07 +0800
Subject: [PATCH] Install systemd units for CentOS

Signed-off-by: 0x0916 <w at 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


More information about the lxc-devel mailing list