mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Update README.md
This commit is contained in:
parent
d5ac5b572c
commit
b9dbac9f11
1 changed files with 4 additions and 0 deletions
|
|
@ -68,7 +68,9 @@ 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`
|
||||
|
||||
[Unit]
|
||||
|
|
@ -76,6 +78,7 @@ 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=root
|
||||
|
|
@ -83,6 +86,7 @@ Restart=always
|
|||
TimeoutSec=120
|
||||
RestartSec=30
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue