I have started playing with HF Packet using a Raspberry Pi running Buster. The AX.25 I have direwolf running a 300 baud modem, use kissattach to create the AX.25 port and then use axlisten and axcall for the packet work.
The problem: I created a beacon every 30 minutes using beacon from ax-tools. I want to cancel that beacon. How do I do it? I do not see an option in the manual for ax-tools. If I set the beacon interval to beacon -t 0 I get an error: beacon: interval must be greater than one minute
How do I cancel a beacon that I set?