summarylogtreecommitdiffstats
path: root/rc-local.install
blob: 19b1b46ceadfda7b9ae91b09a0531351a2b4ecc4 (plain)
1
2
3
4
5
6
7
8
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
}