Configure and run RTL

Ride The Lightning is a Web UI for Lightning Network nodes. It is
accessible via the bitcoin VM's private zerotier IP on port 3000.
This commit is contained in:
2021-01-01 17:38:15 +01:00
parent 19e3dfa7b9
commit 2b765e744a
7 changed files with 138 additions and 6 deletions

View File

@@ -78,8 +78,6 @@ systemd_unit 'lightningd.service' do
Restart: 'always',
RestartSec: '30',
TimeoutSec: '240',
RuntimeDirectory: 'lightningd', # /run/lightningd
RuntimeDirectoryMode: '0710',
PrivateTmp: true,
ProtectSystem: 'full',
NoNewPrivileges: true,