The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1570
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) === Add cronie to have crond running in the containers.
From 2e31b6ef2c54e200aa4b9fb0e599fb2de8095e0b Mon Sep 17 00:00:00 2001 From: mgariepy <[email protected]> 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
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
