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

Unified Diff: dbus.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 | « boot-services.conf ('k') | failsafe.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus.conf
diff --git a/dbus.conf b/dbus.conf
index d3071755779734ff6a8a4453c687a25e214f4f6f..62f1b50f98d1644d197b7e6969d642fd6b8dbcc9 100644
--- a/dbus.conf
+++ b/dbus.conf
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 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.
@@ -7,7 +7,7 @@
# Does some required setup and then starts the D-Bus daemon.
#
-start on runlevel 2
+start on starting boot-services
respawn
# Sets up the D-Bus environment.
« no previous file with comments | « boot-services.conf ('k') | failsafe.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698