Running 6.8.0-45-generic, Ubuntu 24.04 LTS
I have a bash script, it launches in Terminal with
/path-to-script/script.sh
I want to have it launch on reboot, so in my crontab I have
@reboot /path-to-script/script.sh
But nothing happens, the script does not run on reboot.
syslog shows:
cron[1474]: (CRON) INFO (Running @reboot jobs)
So . . . any help with debugging will be appreciated. Thank you!