mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Move lnd command lines args to config file
This commit is contained in:
parent
7a851a050c
commit
2a585af356
|
@ -10,7 +10,7 @@ After=bitcoind.service
|
|||
ExecStartPre=/usr/bin/is_not_shutting_down.sh
|
||||
ExecStartPre=/usr/bin/pre_lnd.sh
|
||||
ExecStartPre=/usr/bin/wait_on_bitcoin.sh
|
||||
ExecStart=/usr/local/bin/lnd --caches.channel-cache-size=35000 --ignore-historical-gossip-filters --accept-keysend
|
||||
ExecStart=/usr/local/bin/lnd
|
||||
ExecStartPost=/bin/echo 'abc' > /mnt/hdd/mynode/lnd/data/chain/bitcoin/mainnet/poke_login
|
||||
|
||||
User=bitcoin
|
||||
|
|
|
@ -18,6 +18,10 @@ tlsextradomain=mynode.local
|
|||
debuglevel=info
|
||||
#debuglevel=debug
|
||||
|
||||
ignore-historical-gossip-filters=true
|
||||
accept-keysend=true
|
||||
caches.channel-cache-size=35000
|
||||
|
||||
[Bitcoin]
|
||||
bitcoin.active=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user