aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/halt2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index 27b2ecbf..b02c92b9 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -171,6 +171,8 @@ fi
# Tell init to re-exec itself.
kill -TERM 1
+# And give init some time to do that (#1259873)
+sleep 1
# Remount read only anything that's left mounted.
# echo $"Remounting remaining filesystems readonly"