[lxc-devel] [lxc/master] Add cronie to the pkg list

mgariepy on Github lxc-bot at linuxcontainers.org
Wed May 17 19:04:55 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 352 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170517/6aa12dc2/attachment.bin>
-------------- next part --------------
From 2e31b6ef2c54e200aa4b9fb0e599fb2de8095e0b Mon Sep 17 00:00:00 2001
From: mgariepy <mgariepy at users.noreply.github.com>
Date: Wed, 17 May 2017 15:03:20 -0400
Subject: [PATCH] Add cronie to the pkg list

Add cronie to have crond running in the containers.
---
 templates/lxc-centos.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-centos.in b/templates/lxc-centos.in
index 8bd85a2..e81d948 100644
--- a/templates/lxc-centos.in
+++ b/templates/lxc-centos.in
@@ -421,7 +421,7 @@ download_centos()
     else
        YUM="$YUM0"
     fi
-    PKG_LIST="yum initscripts passwd rsyslog vim-minimal openssh-server openssh-clients dhclient chkconfig rootfiles policycoreutils"
+    PKG_LIST="yum initscripts passwd rsyslog vim-minimal openssh-server openssh-clients dhclient chkconfig rootfiles policycoreutils cronie"
 
     # use temporary repository definition
     REPO_FILE=$INSTALL_ROOT/etc/yum.repos.d/lxc-centos-temp.repo


More information about the lxc-devel mailing list