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

Unified Diff: udev.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 | « system-services.conf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: udev.conf
diff --git a/udev.conf b/udev.conf
index 2b8c4fb83262304217f91d27339e9837c00bcb91..ebb88daa18e5a8bb5ae36c0fe920fa09f5df2f4d 100644
--- a/udev.conf
+++ b/udev.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.
@@ -8,7 +8,7 @@ author "chromium-os-dev@chromium.org"
# Start udev early so flimflam can be notified of "wlan0". The
# general "trigger" for remaining devices is now in the udev-addon
# job
-start on runlevel 2
+start on starting boot-services
respawn
expect fork
« no previous file with comments | « system-services.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698