blob: 1c8ec47779f607639e1434a7a62170f37b149361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/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/service/
NOTE: You can configure init from /etc/init/rc.conf
EOF
|