chiark / gitweb /
[PATCH] remove udevd priority TODO item, as it's not needed at all.
[elogind.git] / extras / start_udev
index 3c39fc92604d9ca8ec97f829e85d25f190a63de3..5a7bc63515f769ebead6d3ba0bad028820b5f9ca 100644 (file)
@@ -84,11 +84,6 @@ fi
 echo "mounting... ramfs at $udev_root"
 mount -n -t ramfs none $udev_root
 
-# We want to start udevd ourselves if it isn't already running.  This
-# lets udevd run at a sane nice level...
-echo "starting udevd"
-$udevd &
-
 # propogate /udev from /sys
 export ACTION=add
 export UDEV_NO_SLEEP=1