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

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: Removed 'stop on' line for dbus and udev. 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
« no previous file with comments | « failsafe.conf ('k') | syslog.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: failsafe-delay.conf
diff --git a/failsafe-delay.conf b/failsafe-delay.conf
index b15f95d0ed8e5e3dcafb0c95088a05ff8fcdcd60..40ef4eeb5934688aee4f60cd42a0a5311653e8d0 100644
--- a/failsafe-delay.conf
+++ b/failsafe-delay.conf
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -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
« no previous file with comments | « failsafe.conf ('k') | syslog.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698