Why does using crontab @reboot causes an error in the application?
I’m working on the sdr receiver on Ubuntu 22.04
For some reason I can’t autostart utility with cron. If I run it manually, it works fine. But if I do
crontab -e
@reboot dsd-fme ...
it starts and immediately ends with an unknown error after rebooting.
*dsd-fme is opensource software from github