From 156b69f9dc037be1df29e0f164d8b534f488771b Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Wed, 26 Jun 2013 08:23:07 +0200
Subject: [PATCH] undo previous move

---
 initscripts/pl_wrapper | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/initscripts/pl_wrapper b/initscripts/pl_wrapper
index e3b3880..ca5474c 100755
--- a/initscripts/pl_wrapper
+++ b/initscripts/pl_wrapper
@@ -7,7 +7,4 @@
 #
 # also we just run both in sequence instead of relying on convoluted systemd dependencies
 # 
-# while we're at it we deamonize the whole thing so ayatollesque systemd is happier
-#
-exec 0<&-
-(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) >> /var/log/pl-boot 2>&1 &
+(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) >> /var/log/bootcd.log 2>&1
-- 
2.47.0