Skip to content

Instantly share code, notes, and snippets.

@bumi
Last active July 3, 2021 02:14
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
[Application Options]
lnddir=/home/bitcoin/lnd_data
maxpendingchannels=10
alias=YOURALIAS
rpclisten=0.0.0.0:10009
[Bitcoin]
bitcoin.active=1
bitcoin.mainnet=1
bitcoin.node=bitcoind
[bitcoind]
bitcoind.dir=/home/bitcoin/bitcoind_data
[Autopilot]
autopilot.active=1
[Unit]
Description=Lightning Network daemon
Requires=bitcoind.service
After=bitcoind.service
[Service]
ExecStart=/home/bitcoin/go/bin/lnd --configfile=/home/bitcoin/lnd_data/lnd.conf
User=bitcoin
Type=simple
Restart=always
RuntimeDirectory=lnd
PIDFile=/run/lnd/lnd.pid
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment