repo/core/baseinit/post-install
2019-11-28 12:35:38 +00:00

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