10 lines
299 B
Text
Executable file
10 lines
299 B
Text
Executable file
# 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).
|
|
|
|
[ -x /etc/rc.firewall ] && /etc/rc.firewall start
|
|
|
|
echo 5000 >/sys/class/backlight/intel_backlight/brightness
|
|
|
|
/sbin/setcolors /etc/setcolors.conf
|