mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +01:00
#4107 start bitcoind after redis
This commit is contained in:
parent
950b18b8a1
commit
196199e662
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ];then
|
||||||
echo
|
echo
|
||||||
echo "bitcoin.install.sh install - called by build.sdcard.sh"
|
echo "bitcoin.install.sh install - called by build.sdcard.sh"
|
||||||
echo "Install or remove parallel chains for Bitcoin Core:"
|
echo "Install or remove parallel chains for Bitcoin Core:"
|
||||||
echo "bitcoin.install.sh [on|off] [signet|testnet|mainnet]"
|
echo "bitcoin.install.sh [install|on|off] [signet|testnet|mainnet]"
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -251,8 +251,8 @@ signet.addnode=nsgyo7begau4yecc46ljfecaykyzszcseapxmtu6adrfagfrrzrlngyd.onion:38
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Bitcoin daemon on ${CHAIN}
|
Description=Bitcoin daemon on ${CHAIN}
|
||||||
|
|
||||||
After=network-online.target
|
Wants=redis.service
|
||||||
Wants=network-online.target
|
After=redis.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment='MALLOC_ARENA_MAX=1'
|
Environment='MALLOC_ARENA_MAX=1'
|
||||||
|
|
Loading…
Add table
Reference in a new issue