[git commit] Update "life without systemd"

Denys Vlasenko vda.linux at googlemail.com
Fri Apr 20 11:46:56 UTC 2018


commit: https://git.busybox.net/busybox-website/commit/?id=06aaae007d7d1cbd61d388296e7b3b71364151c8
branch: https://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 kill_it_with_fire.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kill_it_with_fire.txt b/kill_it_with_fire.txt
index 02fdbca..5bda9bd 100644
--- a/kill_it_with_fire.txt
+++ b/kill_it_with_fire.txt
@@ -101,7 +101,7 @@ Created /var/service/dbus-daemon service. run file:
 	#exec >/dev/null
 	exec 2>&1
 	exec </dev/null
-	test "`pidof systemd`" && exec sv d .
+	test "`pidof systemd`" && svc -d . && exec sleep 1
 
 	mkdir -p /run/dbus
 	echo "* Starting dbus-daemon[$$]"
@@ -118,7 +118,7 @@ Created /var/service/udevd service - its run file:
 	#exec >/dev/null
 	exec 2>&1
 	exec </dev/null
-	test "`pidof systemd`" && exec sv d .
+	test "`pidof systemd`" && svc -d . && exec sleep 1
 
 	mkdir -p /run/udev
 	rm -f /run/udev/control # just in case


More information about the busybox-cvs mailing list