Index: failsafe.conf |
diff --git a/failsafe.conf b/failsafe.conf |
index e4d5438a0712333eddadc2ca6c29adb5ccf75af1..31bc71ca4916c5e626b6b8e58863cb3fcb1d295e 100644 |
--- a/failsafe.conf |
+++ b/failsafe.conf |
@@ -27,6 +27,10 @@ author "chromium-os-dev@chromium.org" |
# which are expected to occur in a normal boot. To avoid firing |
# twice, this job starts once and doesn't terminate until system |
# shutdown. |
+# |
+# Also note that since system-services and the failsafe-delay |
+# wait until boot-services have been started, jobs that start on |
+# failsafe can assume that boot-services are started. |
start on starting system-services or stopped failsafe-delay |
stop on starting halt or starting reboot |