Manuel
0ac56c082a
git-subtree-dir: rc-local git-subtree-mainline:c91488a4fe
git-subtree-split:f0441047ba
8 lines
162 B
Text
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
|
|
}
|