X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=64630404c0a4806f089b25a2833124c670b4f01c;hb=4da3435e0d1918d90f59043deff2dffbdbe172c2;hp=a9ab55a1e2ce3fd602960cdf9f543598ee9bcf3f;hpb=279890b457806c91686cf04e3426b8c951c244eb;p=distro-setup diff --git a/distro-end b/distro-end index a9ab55a..6463040 100755 --- a/distro-end +++ b/distro-end @@ -90,7 +90,6 @@ EOF ########### begin section including vps ################ pi ${p2[@]} - conflink sudo rm -fv @@ -886,10 +885,12 @@ esac case $HOSTNAME in bk) + pi icecast2 + # todo, save the config /etc/cron.daily/stream-cert web-conf -c /etc/cert-live.fsf.org -p 443 -f 8000 apache2 live.fsf.org ;; - esac +esac ###### end website setup @@ -1957,6 +1958,10 @@ sgo dynamicipupdate if grep -xFq $HOSTNAME /a/bin/ds/machine_specific/btrbk.hosts; then sgo btrbk.timer fi +if [[ $HOSTNAME == kd ]]; then + sgo btrbk-spread.timer +fi + # note: to see when it was last run, # ser list-timers @@ -2170,13 +2175,14 @@ esac ### begin bitcoin ### case $HOSTNAME in - sy) - f=$dir/bitcoin.conf - sudo install -m 0755 -o root -g root -t /usr/bin /a/opt/bitcoin-23.0/bin/* + sy|kd) + sudo install -m 0755 -o root -g root -t /usr/bin /a/opt/bitcoin-24.0.1/bin/* sgo bitcoind + # note: the bitcoin user & group are setup in fai sudo usermod -a -G bitcoin iank + # todo: make bitcoin have a stable uid/gid if [[ ! $(readlink -f /var/lib/bitcoind/wallets) == /q/wallets ]]; then - sudo lnf /q/wallets /var/lib/bitcoind + s lnf /q/wallets /var/lib/bitcoind sudo chown -h bitcoin:bitcoin /var/lib/bitcoind/wallets fi # note, there exists