I am using a terminal based application (you can only start running the application from the terminal),I was wondering if there is any possible ways I could auto-start that application when my computer is restarted?!
Asked
Active
Viewed 225 times
-2
1 Answers
0
first create a desktop entry for that application and place it in ~/.config/autostart/
For terminal applications use x-terminal-emulator -e program options
in Exec key.

harshit
- 169
-
this how I start my application --> "cd MXT , sudo ./runMyapp.sh " so i basically use the terminal everytime I want to start, what I was asking is to auto-start it when I reboot my single board computer (Odroid XU4) – A.Ali Nov 20 '18 at 14:13
@reboot
job withincrontab
. – pa4080 Nov 20 '18 at 13:55