Check in all new configs on Phil.
This commit is contained in:
parent
f36d463f50
commit
6885314a99
40 changed files with 307 additions and 334 deletions
|
|
@ -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%%.*}" ) &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue