Restarting Lora packet forwarding - helium-support/helium-miner-documentation GitHub Wiki

Symptoms

The load average of the miner is high.

Manually

/etc/init.d/lora_pkt_fwd stop ; /etc/init.d/lora_pkt_fwd start

Automatically

Add the following command to crontab to restart the packet forwarder every hour

  1. sudo crontab -e
  2. Add the following to the end of the file
    0 */1 * * * /etc/init.d/lora_pkt_fwd stop ; /etc/init.d/lora_pkt_fwd start
    

Exit your editor