From 75f3bf612f7ec71f25940043a8cd499b799f0221 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 22 Jun 2011 17:55:42 +0200 Subject: [PATCH] plain init style is problematic --- vbuild-init-vserver.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index c2f1aeeb..4a649718 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -185,9 +185,10 @@ function setup_vserver () { # Start Vserver automatically on boot echo "default" > /etc/vservers/$vserver/apps/init/mark - # Set the init style of your vserver to plain for f13 and higher + # Set the init style of your vserver to plain for f15 and higher + # not working with f15 anyways, systemd requires 2.6.36 to work case $fcdistro in - f1[3-9]) echo plain > /etc/vservers/$vserver/apps/init/style ;; + f1[5-9]) echo plain > /etc/vservers/$vserver/apps/init/style ;; esac if [ "$pkg_method" = "yum" ] ; then -- 2.47.0