arch-packages/rc-local/rc-local.install

9 lines
162 B
Bash

post_install() {
cat <<EOF
==> Please activate the rc-local service to execute /etc/rc.local on boot.
==> Run as root: systemctl enable rc-local.service
EOF
}