
numlockontty.install
By: a guest on
Jan 10th, 2013 | syntax:
Bash | size: 0.17 KB | hits: 20 | expires: Never
post_install() {
cat << EOF
==> You should enable the service by running:
# systemctl enable numLockOnTty
To disable:
# systemctl disable numLockOnTty
EOF
}