Configure/install boltzd

This commit is contained in:
2022-01-28 17:33:10 -06:00
parent d9bb257f99
commit 87334de83a
4 changed files with 131 additions and 1 deletions

View File

@@ -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 tags="signrpc walletrpc chainrpc invoicesrpc"
make clean && make && make install tags="signrpc walletrpc chainrpc invoicesrpc routerrpc"
EOH
action :nothing
notifies :restart, "systemd_unit[lnd.service]", :delayed