-description "Load modules from /etc/modules"
-author "Scott James Remnant"
-
start on started sysctl
console output
-description "Mount kernel virtual filesystems"
-author "Alex Smith"
-
start on stopped welcome
console output
-description "Set sysctls from /etc/sysctl.conf"
-author "Scott James Remnant"
-
start on started checkfs
console output
-description "Set sysctls from /etc/sysctl.conf"
-author "Scott James Remnant"
-
start on started udevtrigger
console output
-description "Set sysctls from /etc/sysctl.conf"
-author "Scott James Remnant"
-
start on stopped mount-kernel-filesystems
console output
-description "Kernel event manager"
-author "Scott James Remnant"
-
-start on started sysctl
+start on started mount-kernel-filesystems
emits block-device-added block-device-removed
emits network-device-added network-device-removed
console output
pre-start script
-
- #mount -n -t tmpfs tmpfs /dev -o mode=755
+ mount -n -t tmpfs tmpfs /dev -o mode=755
echo > /proc/sys/kernel/hotplug
cp -a /lib/udev/devices/* /dev
-
-script
+end script
exec /sbin/udevd
respawn
-description "Set sysctls from /etc/sysctl.conf"
-author "Scott James Remnant"
-
start on started udev
console output
-description "Set sysctls from /etc/sysctl.conf"
-author "Scott James Remnant"
-
start on startup
console output