Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: failsafe-delay.conf

Issue 6879062: Add boot-services milestone marker for boot; fixed udev-addon init time. (Closed) Base URL: ssh://gitrw.chromium.org:9222/init.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: failsafe-delay.conf
diff --git a/failsafe-delay.conf b/failsafe-delay.conf
index b15f95d0ed8e5e3dcafb0c95088a05ff8fcdcd60..3f92096a7f588006e51694202975d0475a7ba433 100644
--- a/failsafe-delay.conf
+++ b/failsafe-delay.conf
@@ -8,7 +8,11 @@ author "chromium-os-dev@chromium.org"
# This job is used as the guarantee that the "failsafe" job will start.
# It's a separate job to allow failsafe to start on normal conditions
# before the timer here expires.
+#
+# NOTE: We purposely don't start the delay until boot-services
+# have finished starting up so that people waiting on failsafe
+# can always assume that boot-services are there.
-start on runlevel 2
+start on started boot-services
exec sleep 30

Powered by Google App Engine
This is Rietveld 408576698