aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single4
1 files changed, 4 insertions, 0 deletions
diff --git a/rc.single b/rc.single
index aab2b58..b9701d5 100755
--- a/rc.single
+++ b/rc.single
@@ -54,5 +54,9 @@ if [[ $RUNLEVEL = 1 ]]; then
exec /sbin/init -t1 S
fi
+/bin/touch /var/log/boot
+kill `/bin/cat /run/bootlogd.pid`
+/bin/rm /run/bootlogd.pid
+
# End of file
# vim: set ts=2 sw=2 noet: