Update README.md

pull/47/head
saubyk 6 years ago committed by GitHub
parent 8e676615c1
commit b9a6a788cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,35 +68,25 @@ If the server started successfully, you should get the below output on the conso
In case you are running a headless rpi or Linux node, you can configure RTL as a service.
* Create RTL systemd unit and with the following content. Save and exit.
`# Raspibolt RTL: systemd unit for RTL`
`# /etc/systemd/system/RTL.service`
```bash
# Raspibolt RTL: systemd unit for RTL
# /etc/systemd/system/RTL.service
[Unit]
Description=RTL daemon
Wants=lnd.service
After=lnd.service
[Service]
ExecStart=/usr/bin/node /home/admin/Projects/RTL/rtl --lndir /home/admin/.lnd/data/chain/bitcoin/testnet/
User=`<user>`
Restart=always
TimeoutSec=120
RestartSec=30
[Install]
WantedBy=multi-user.target
```
* enable and start RTL

Loading…
Cancel
Save