2 changed files with 0 additions and 36 deletions
@ -1,25 +0,0 @@ |
|||||
# RaspiBlitz: systemd unit for lnd |
|
||||
|
|
||||
[Unit] |
|
||||
Description=LND Lightning Daemon |
|
||||
Wants=bitcoind.service |
|
||||
After=bitcoind.service |
|
||||
|
|
||||
# for use with sendmail alert |
|
||||
#OnFailure=systemd-sendmail@%n |
|
||||
|
|
||||
[Service] |
|
||||
EnvironmentFile=/mnt/hdd/raspiblitz.conf |
|
||||
ExecStart=/usr/local/bin/lnd --tor.active --tor.v2 --listen=127.0.0.1:9735 |
|
||||
PIDFile=/home/bitcoin/.lnd/lnd.pid |
|
||||
User=bitcoin |
|
||||
Group=bitcoin |
|
||||
LimitNOFILE=128000 |
|
||||
Type=simple |
|
||||
KillMode=process |
|
||||
TimeoutSec=180 |
|
||||
Restart=always |
|
||||
RestartSec=60 |
|
||||
|
|
||||
[Install] |
|
||||
WantedBy=multi-user.target |
|
Loading…
Reference in new issue