mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 03:30:23 -07:00
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
|
#!/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/
|
||
|
|
||
|
EOF
|
||
|
|