How to auto run my app from power on and wake up on Jetson nano?

Hi
How can I set up Jetson nano to run my app automatically from power on and wake up?
Thanks

CX

You can check out cron jobs in ubuntu… eg, ` crontab -e’ and run a shell script on it.

Hi riyan.dcosta,
Thank you for your kind reply.
I am not familiar cron jobs. I did a google search, it seems to define a regular job at a specific time interval. This is not my case. My case is to run my application program from power on or from wake up at any time. My application program will be closed before enter power suspend or switch off.
Any suggestion?
Thanks

You can try to use systemd.

https://www.freedesktop.org/software/systemd/man/systemd.service.html