Auto-unlock LND wallet/node #331

Merged
raucao merged 3 commits from feature/auto_unlock_lnd into chore/upgrade_bitcoin_software 2021-07-01 13:21:41 +00:00
Showing only changes of commit 4bda4d7857 - Show all commits

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