mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 14:34:00 +00:00
Add full path in lnd service file
This commit is contained in:
parent
bdba4144d7
commit
3b671e890a
|
@ -10,7 +10,7 @@ After=bitcoind.service
|
|||
ExecStartPre=/usr/bin/pre_lnd.sh
|
||||
ExecStartPre=/usr/bin/wait_on_bitcoin.sh
|
||||
ExecStart=/usr/local/bin/lnd --caches.channel-cache-size=35000
|
||||
ExecStartPost=echo 'abc' > /mnt/hdd/mynode/lnd/data/chain/bitcoin/mainnet/poke_login
|
||||
ExecStartPost=/bin/echo 'abc' > /mnt/hdd/mynode/lnd/data/chain/bitcoin/mainnet/poke_login
|
||||
|
||||
User=bitcoin
|
||||
Group=bitcoin
|
||||
|
|
Loading…
Reference in New Issue
Block a user