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

9 lines
162 B
Bash
Raw Normal View History

2015-09-21 15:00:04 +02:00
post_install() {
cat <<EOF
2015-09-21 15:00:04 +02:00
==> Please activate the rc-local service to execute /etc/rc.local on boot.
==> Run as root: systemctl enable rc-local.service
2015-09-21 15:00:04 +02:00
EOF
}