I am very new to Ubuntu. I've a mono application deployed on EC2. Currently I use mono folder/app.exe
to start the program.
How can I make this run when the system reboots?
Thanks in advance.
UPDATE:- In addition to the below answer, I've moved the folder to /opt
. Otherwise it was throwing library not found error.