From b52946e6f55ae069a46851ae1f94bcf997db8808 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 20 Jan 2024 07:20:18 -0500 Subject: [PATCH] ops: Fix bitcoin crontab --- production/bitcoin.crontab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/production/bitcoin.crontab b/production/bitcoin.crontab index ba1fa9701..429e9d793 100644 --- a/production/bitcoin.crontab +++ b/production/bitcoin.crontab @@ -1,5 +1,5 @@ @reboot sleep 5 ; /usr/local/bin/bitcoind -testnet >/dev/null 2>&1 @reboot sleep 5 ; /usr/local/bin/bitcoind -signet >/dev/null 2>&1 -@reboot sleep 10 ; screen -dmS mainnet /bitcoin/electrs/electrs-start-mainnet -@reboot sleep 10 ; screen -dmS testnet /bitcoin/electrs/electrs-start-testnet -@reboot sleep 10 ; screen -dmS signet /bitcoin/electrs/electrs-start-signet +@reboot sleep 10 ; screen -dmS mainnet /bitcoin/electrs/start mainnet +@reboot sleep 10 ; screen -dmS testnet /bitcoin/electrs/start testnet +@reboot sleep 10 ; screen -dmS signet /bitcoin/electrs/start signet