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