[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