Hi folks,
What’s the preferred way of restarting lnd to apply a config change?
Does it have to be a full node restart or can we just restart the docker container?
What would be the command for that?
Thank you,
Heebs
Hi folks,
What’s the preferred way of restarting lnd to apply a config change?
Does it have to be a full node restart or can we just restart the docker container?
What would be the command for that?
Thank you,
Heebs
See https://plebnet.wiki/wiki/LND_Configuration_Settings
->
For the settings to take effect, you will need to restart lnd. Do not restart entire node.
Restart lnd cd ~/umbrel ; docker-compose restart lnd; docker-compose ps
For non umbrel, the instructions could be different.
This would be: sudo systemctl restart lnd
I tried using that code but I get an error message.
It is: cd ~/umbrel ; docker-compose restart lnd; docker-compose ps
Has it changed?
umbrel 0.5.1
lnd restart
/home/umbrel/umbrel/scripts/app compose lightning restart lnd
If you like to donate some sats to me:
my lightning adress
Here is a second way to restart:
If you like to donate some sats to me:
my lightning wallet
Restart an Umbrel app containers:
~/umbrel/scripts/app restart app-name
Restart one Umbrel app service container only:
~/umbrel/scripts/app compose app-name restart service-name
List Umbrel installed apps:
~/umbrel/scripts/app ls-installed