sudo systemctl status ipfs CONSUME TOO MUCH CPU "init splash"

This commit is contained in:
fred 2024-07-17 15:43:08 +02:00
parent b48db91927
commit 12174759a7

View File

@ -106,7 +106,8 @@ while true; do
[[ ${PLAYERONE[@]} == "" ]] && echo "EMPTY ASTROPORT - NO PLAYER - NO PUBLISHING" && continue [[ ${PLAYERONE[@]} == "" ]] && echo "EMPTY ASTROPORT - NO PLAYER - NO PUBLISHING" && continue
# RESPECT LOWMODE. REMOVE THAT LINE TO FORCE IPFS WAKING UP # RESPECT LOWMODE. REMOVE THAT LINE TO FORCE IPFS WAKING UP
[[ $(sudo systemctl status ipfs | grep disabled) != "" ]] && continue #~ [[ $(sudo systemctl status ipfs | grep disabled) != "" ]] && continue
## CONSUME TOO MUCH CPU "init splash"
## CHECK IF IPFS NODE IS RESPONDING ## CHECK IF IPFS NODE IS RESPONDING
ipfs --timeout=30s swarm peers 2>/dev/null > ~/.zen/tmp/ipfs.swarm.peers ipfs --timeout=30s swarm peers 2>/dev/null > ~/.zen/tmp/ipfs.swarm.peers