Index: udev.conf |
diff --git a/udev.conf b/udev.conf |
index 2b8c4fb83262304217f91d27339e9837c00bcb91..6db3a63d1fdc298adfa93b658ed3e9bcc57824a2 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,8 @@ 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 |
+stop on stopping boot-services |
diandersAtChromium
2011/04/20 16:36:44
NOTE: I'm not convinced this is right. It certain
|
respawn |
expect fork |