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

Unified Diff: failsafe.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 | « dbus.conf ('k') | failsafe-delay.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « dbus.conf ('k') | failsafe-delay.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698