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

Unified Diff: net-misc/modemmanager/files/modemmanager.conf

Issue 5576008: modemmanager: Wait for udev to have processed all events before starting. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 10 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net-misc/modemmanager/files/modemmanager.conf
diff --git a/net-misc/modemmanager/files/modemmanager.conf b/net-misc/modemmanager/files/modemmanager.conf
index 3a5a1a72bd9d74323e9f3f3e3b977054616796bf..f53aedd37e0ec8a7d0b7de72bfd0538969643912 100644
--- a/net-misc/modemmanager/files/modemmanager.conf
+++ b/net-misc/modemmanager/files/modemmanager.conf
@@ -6,10 +6,11 @@
#
# starts modemmanager once udev has been started.
-start on started udev and started dbus
+start on started udev-addon and started dbus
respawn
-# enable modemmanager
-exec /usr/sbin/modem-manager
-
+script
+ udevadm settle
+ modem-manager
+end script
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698