summarylogtreecommitdiffstats
path: root/rc-local-auto.install
blob: 41ea1e01d7531debca02e6f77cf55d76b218ff6d (plain)
1
2
3
4
5
6
7
8
9
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
==> Just put the script in "/etc/rc.local.d" and "chmod" it.

EOF
}