mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
[PATCH] start up udevd ourselves in the init script to give it some good priorities.
This commit is contained in:
parent
f01f8c6677
commit
8fff7b42b4
@ -12,6 +12,7 @@
|
||||
prog=udev
|
||||
sysfs_dir=/sys
|
||||
bin=/sbin/udev
|
||||
udevd=/sbin/udevd
|
||||
udev_root=/udev
|
||||
|
||||
run_udev () {
|
||||
@ -89,6 +90,11 @@ case "$1" in
|
||||
echo -n $"Creating initial udev device nodes:"
|
||||
run_udev
|
||||
make_extra_nodes
|
||||
|
||||
# We want to start udevd ourselves if it isn't already running. This
|
||||
# lets udevd run at a sane nice level...
|
||||
$udevd &
|
||||
|
||||
success /bin/true
|
||||
echo
|
||||
touch /var/lock/subsys/udev
|
||||
|
Loading…
Reference in New Issue
Block a user