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
f128bc008a
commit
d7e1c2c3f9
1 changed files with 6 additions and 0 deletions
|
|
@ -84,18 +84,24 @@ After=lnd.service
|
|||
[Service]
|
||||
|
||||
ExecStart=/usr/bin/node /home/admin/Projects/RTL/rtl --lndir /home/admin/.lnd/data/chain/bitcoin/testnet/
|
||||
|
||||
User=root
|
||||
|
||||
Restart=always
|
||||
|
||||
TimeoutSec=120
|
||||
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
* enable and start RTL
|
||||
|
||||
`$ sudo systemctl enable RTL`
|
||||
|
||||
`$ sudo systemctl start RTL`
|
||||
|
||||
* montior the RTL log file in realtime(exit with Ctrl-C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue