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

Unified Diff: boot-services.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: Address jrbarnette review feedback. 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 | « no previous file | dbus.conf » ('j') | dbus.conf » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: boot-services.conf
diff --git a/boot-services.conf b/boot-services.conf
new file mode 100644
index 0000000000000000000000000000000000000000..69c8d89c3ca52be3c75cc7b54ee630a0c998e99d
--- /dev/null
+++ b/boot-services.conf
@@ -0,0 +1,26 @@
+# 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.
+
+description "Job to trigger boot services"
+author "chromium-os-dev@chromium.org"
+
+# This job is used as a milestone marker for jobs that are run at
+# system boot right after chromeos_startup.
+#
+# Specifically, tasks that should start right after chromeos_startup should
+# use syntax like:
+# start on starting boot-services
+# stop on stopping boot-services
+#
+# Tasks that want to wait for all boot services to be ready should use
+# syntax like:
+# start on started boot-services
+
+# In startup.conf we see "telinit 2", which kicks us off.
+start on runlevel 2
+stop on starting halt or starting reboot
+
+# We purposely omit the main process. upstart marks us running
+# on the first event, and ignores all subsequent events until we
+# stop.
« no previous file with comments | « no previous file | dbus.conf » ('j') | dbus.conf » ('J')

Powered by Google App Engine
This is Rietveld 408576698