From d7e1c2c3f9308378f51eb25f191f4a78dc3fe0f6 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 7 Oct 2018 18:39:30 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cfb2e5af..7506f372 100644 --- a/README.md +++ b/README.md @@ -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)