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

Unified Diff: system-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: 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 | « syslog.conf ('k') | udev.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: system-services.conf
diff --git a/system-services.conf b/system-services.conf
index 576d00bdf317baefabb7a7b83a9759df606ed395..2e11187f65286d60d6fe482cfc27593242a35bcb 100644
--- a/system-services.conf
+++ b/system-services.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.
@@ -12,13 +12,16 @@ author "chromium-os-dev@chromium.org"
# session, but that should start once at boot time, possibly staying
# up for the life of the system.
#
+# NOTE: jobs depending on this job can assume that boot-services
+# have been started.
+#
# Standard usage:
# start on starting system-services
# stop on stopping system-services
# Jobs that normally terminate in a bounded time (i.e. don't use
# 'respawn') should omit the 'stop on' stanza.
-start on stopped boot-complete
+start on stopped boot-complete and started boot-services
stop on starting halt or starting reboot
# We only want to start once, but 'stopped boot-complete' happens
« no previous file with comments | « syslog.conf ('k') | udev.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698