WSPR autorun control
                    I have 1 channel of autorun on my main kiwi and 4 channels on a 2nd kiwi.  I am currently manually changing the bands on the second unit depending on TOD. Are the band assignments kept in a file? If so, perhaps I can run a cron script to swap config files and restart the unit to do it automatically.
                
                            
Comments
# switch wspr autorun bands
systemctl stop kiwid.service
cp /root/kiwi.config/band.json /root/kiwi.config/kiwi.json
systemctl start kiwid.service
# switch wspr autorun bands
systemctl restart kiwid.service
cp /root/kiwi.config/$1 /root/kiwi.config/kiwi.json