2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-01 05:51:05 -06:00
repo/core/baseinit/post-install

15 lines
232 B
Plaintext
Raw Normal View History

2019-11-28 05:35:38 -07:00
#!/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