arch-packages/rc-local.install
2016-08-25 22:34:59 +02:00

8 lines
162 B
Text

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
}