From 4bda4d7857f21cb7395b1e9a6156cbfbf1818642 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 30 Jun 2021 17:10:57 +0200 Subject: [PATCH] Install LND with all subsystems enabled This allows to run loopd and other tools. --- site-cookbooks/kosmos-bitcoin/recipes/lnd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-bitcoin/recipes/lnd.rb b/site-cookbooks/kosmos-bitcoin/recipes/lnd.rb index 6f36bb7..bcf1cd0 100644 --- a/site-cookbooks/kosmos-bitcoin/recipes/lnd.rb +++ b/site-cookbooks/kosmos-bitcoin/recipes/lnd.rb @@ -17,7 +17,7 @@ bash "compile_lnd" do cwd node['lnd']['source_dir'] code <<-EOH source /etc/profile.d/golang.sh - make clean && make && make install + make clean && make && make install tags="signrpc walletrpc chainrpc invoicesrpc" EOH action :nothing notifies :restart, "systemd_unit[lnd.service]", :delayed