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