From: Thierry Parmentelat Date: Sun, 8 Mar 2015 13:53:27 +0000 (+0100) Subject: mmmh X-Git-Tag: bootcd-5.2-5~9 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=7e298339a55b0c97853d7aaaaa180e898c4e3a76 mmmh --- diff --git a/initscripts/pl_wrapper b/initscripts/pl_wrapper index b524191..da5fc3a 100755 --- a/initscripts/pl_wrapper +++ b/initscripts/pl_wrapper @@ -7,4 +7,4 @@ # # also we just run both in sequence instead of relying on convoluted systemd dependencies # -(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) >& /dev/console +(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) > /dev/console 2>&1