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: