From b9a6a788cc604542c55bca0dcadf7c487c1f136f Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Tue, 9 Oct 2018 19:22:28 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a3d9bb3b..16e5733b 100644 --- a/README.md +++ b/README.md @@ -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=`` - Restart=always - TimeoutSec=120 - RestartSec=30 [Install] - WantedBy=multi-user.target - +``` * enable and start RTL