I’d like to automatically start a C application when i power up my Ubuntu.
I know that i can use app start from system menu in order to choose what application has to start after the login.
The problem is that i do not need to use the X server, so i do not want to log in my desktop.
I just want to autostart my C program without typing any key and without use my Desktop.
I want to press the power on button and do nothing else to start the C program which has to start automatically.
Is it possible?
Can this document help me?
https://help.ubuntu.com/community/UbuntuBootupHowto
Yeah, that document looks good. It talks about what I was going to say, use init scripts.