Check in all new configs on Phil.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-09 18:27:39 +00:00
commit 6885314a99
40 changed files with 307 additions and 334 deletions

View file

@ -4,6 +4,11 @@
# This is run by runit in stage 2 before the services are executed
# (see /etc/runit/2).
# Restart after a powerfail.
/usr/sbin/setpci -s 0:1f.0 0xa4.b=0
# Change console palette.
[[ -x /sbin/setcolors ]] && /sbin/setcolors /etc/setcolors.conf
# Alert that this host is up.
( sleep 10; [[ -x /opt/bin/pushover-client ]] && /opt/bin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}" ) &