2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
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