mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
Add elementsd to blitz.shutdown.sh
and default walletdir param to elements.conf
(#4730)
This commit is contained in:
parent
33d826be06
commit
505fbcd933
@ -42,7 +42,7 @@ echo "-----------------------------------------------"
|
||||
sleep 3
|
||||
|
||||
# general services to stop
|
||||
servicesToStop="electrs fulcrum"
|
||||
servicesToStop="electrs fulcrum elementsd"
|
||||
for service in ${servicesToStop}; do
|
||||
if systemctl is-active --quiet ${service}; then
|
||||
echo "stopping ${service} - please wait .."
|
||||
|
@ -161,6 +161,7 @@ function installService() {
|
||||
echo "
|
||||
# Elementsd configuration
|
||||
datadir=/mnt/hdd/app-data/.elements
|
||||
walletdir=/mnt/hdd/app-data/.elements/liquidv1/wallets
|
||||
rpcuser=raspiblitz
|
||||
rpcpassword=$PASSWORD_B
|
||||
rpcbind=127.0.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user