Update configs for Phil.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-06 19:37:32 +00:00
commit 98737ad12d
33 changed files with 455 additions and 201 deletions

View file

@ -1,10 +1,9 @@
#!/bin/bash
# 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
[[ -x /sbin/setcolors ]] && /sbin/setcolors /etc/setcolors.conf
echo 5000 >/sys/class/backlight/intel_backlight/brightness
/sbin/setcolors /etc/setcolors.conf
( sleep 10; [[ -x /opt/bin/pushover-client ]] && /opt/bin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}" ) &