Update configs for Phil.
This commit is contained in:
parent
f4a8693bfa
commit
98737ad12d
33 changed files with 455 additions and 201 deletions
|
|
@ -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%%.*}" ) &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue