summarylogtreecommitdiffstats
path: root/numlockontty.install
diff options
context:
space:
mode:
Diffstat (limited to 'numlockontty.install')
-rw-r--r--numlockontty.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/numlockontty.install b/numlockontty.install
new file mode 100644
index 000000000000..7b8d8a3a730e
--- /dev/null
+++ b/numlockontty.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat << EOF
+ ==> You should enable the service by running:
+ # systemctl enable numLockOnTty
+
+ To disable:
+ # systemctl disable numLockOnTty
+EOF
+}
+