Install LND with all subsystems enabled
This allows to run loopd and other tools.
This commit is contained in:
parent
2ca576468e
commit
4bda4d7857
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user