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 |