mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-03 05:26:18 +01:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
|
# Default rc.local for void; add your custom commands here.
|
||
|
#
|
||
|
# This is run by runit in stage 2 before the services are executed
|
||
|
# (see /etc/runit/2).
|
||
|
|
||
|
# Numlock at boot
|
||
|
for tty in /dev/tty[1-6]*; do
|
||
|
setleds -D +num < $tty > /dev/null
|
||
|
done
|