BTCPay recipe fixes (compilation + PostgreSQL config) #296

Merged
raucao merged 2 commits from chore/btcpay_update_and_recipe_fix into master 2021-01-26 10:52:03 +00:00
Showing only changes of commit f7d3abc307 - Show all commits

View File

@ -16,7 +16,10 @@ end
bash 'build_btcpay' do
cwd node['btcpay']['source_dir']
code './build.sh'
code <<-EOH
systemctl stop btcpayserver.service
./build.sh
EOH
action :nothing
notifies :restart, "systemd_unit[btcpayserver.service]", :delayed
end