Auto-Update ARDOP List

by Adam
~1 minute
Auto-Update ARDOP List

Execute 'getardoplist' at system startup to auto-update Winlink ARDOP target station list used by 'findardop' script.

$ sudo systemctl edit --force --full getardoplist.service
[Unit]
Description=Update ARDOP RX Station List
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
User=pi
WorkingDirectory=/usr/local/bin
ExecStart=/usr/local/bin/getardoplist

[Install]
WantedBy=multi-user.target
$ sudo systemctl enable getardoplist.service
$ sudo systemctl start getardoplist.service

Credits:

  1. Ingo @ raspberripi.stackexchange
  2. km4ack @ github