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
The error occurs in the utility itself, but I cannot understand why, because it works fine when launched manually.
I guess the problem may be related to dependencies but don’t know how to check it.