mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 16:39:15 +00:00
Auto unlock after restarting LND
This commit is contained in:
parent
1e2229b1f6
commit
6882991b5e
|
@ -10,7 +10,7 @@ After=bitcoind.service
|
||||||
ExecStartPre=/usr/bin/pre_lnd.sh
|
ExecStartPre=/usr/bin/pre_lnd.sh
|
||||||
ExecStartPre=/usr/bin/wait_on_bitcoin.sh
|
ExecStartPre=/usr/bin/wait_on_bitcoin.sh
|
||||||
ExecStart=/usr/local/bin/lnd --caches.channel-cache-size=35000
|
ExecStart=/usr/local/bin/lnd --caches.channel-cache-size=35000
|
||||||
#ExecStartPost=/usr/bin/unlock_lnd.sh
|
ExecStartPost=echo 'abc' > /mnt/hdd/mynode/lnd/data/chain/bitcoin/mainnet/poke_login
|
||||||
|
|
||||||
User=bitcoin
|
User=bitcoin
|
||||||
Group=bitcoin
|
Group=bitcoin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user