Install LND with all subsystems enabled

This allows to run loopd and other tools.
This commit is contained in:
Basti 2021-06-30 17:10:57 +02:00
parent 2ca576468e
commit 4bda4d7857
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -17,7 +17,7 @@ bash "compile_lnd" do
cwd node['lnd']['source_dir'] cwd node['lnd']['source_dir']
code <<-EOH code <<-EOH
source /etc/profile.d/golang.sh source /etc/profile.d/golang.sh
make clean && make && make install make clean && make && make install tags="signrpc walletrpc chainrpc invoicesrpc"
EOH EOH
action :nothing action :nothing
notifies :restart, "systemd_unit[lnd.service]", :delayed notifies :restart, "systemd_unit[lnd.service]", :delayed