mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +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 "bitcoin.install.sh install - called by build.sdcard.sh"
|
||||
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
|
||||
exit 1
|
||||
fi
|
||||
|
@ -251,8 +251,8 @@ signet.addnode=nsgyo7begau4yecc46ljfecaykyzszcseapxmtu6adrfagfrrzrlngyd.onion:38
|
|||
[Unit]
|
||||
Description=Bitcoin daemon on ${CHAIN}
|
||||
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
Wants=redis.service
|
||||
After=redis.service
|
||||
|
||||
[Service]
|
||||
Environment='MALLOC_ARENA_MAX=1'
|
||||
|
|
Loading…
Add table
Reference in a new issue