blob: 78b3038c2d19b9f58e853c30fe0b7676a783b813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
cat <<EOF
NOTE: 'udevd' is now killed once the boot is
complete as the daemon is optional.
NOTE: If you require the daemon, it can be
enabled as a runit service
-> ln -s /etc/sv/udevd/ /var/servie/
EOF
|