diff options
-rwxr-xr-x | numlock.init | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/numlock.init b/numlock.init index a62d62f..d747569 100755 --- a/numlock.init +++ b/numlock.init @@ -5,7 +5,12 @@ # description: Locks NumLock key at init runlevel change # chkconfig: 345 29 15 # -# X-Parallel-Init +### BEGIN INIT INFO +# Provides: numlock +# Default-Start: 3 4 5 +# Short-Description: Locks NumLock key at init runlevel change +# Description: Locks NumLock key at init runlevel change +### END INIT INFO # Source function library. . /etc/rc.d/init.d/functions |