Move lnd command lines args to config file

This commit is contained in:
Taylor Helsper 2020-06-02 16:11:31 -05:00
parent 7a851a050c
commit 2a585af356
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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