Limit the number of hotplug childrens
[openwrt.git] / target / linux / brcm-2.4 / base-files / default / etc / preinit
index 312cac5..11d9342 100755 (executable)
@@ -36,7 +36,7 @@ else
        mount -t tmpfs tmpfs /dev -o size=512K
        mknod /dev/console c 5 1
        mkdir /dev/shm
-       /sbin/hotplug2 --no-persistent --coldplug
+       /sbin/hotplug2 --no-persistent --coldplug --max_children 1
        M0=/dev/ptmx
        M1=/dev/ptmx
 fi
This page took 0.026307 seconds and 4 git commands to generate.