Code: Select all
## INSTALL ####################################################################
#
# Simply run as this script as a daemon on system start.
#
# Here's an example of how you could do just that on target.
#
# su # become root
# cp rpi-psu_client.sh /usr/local/bin
# chmod 700 /usr/local/bin/rpi-psu_client.sh
# echo "null::once:/root/rpi-psu_client.sh" >> /etc/inittab
#