Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: de on April 11, 2018, 10:02:28 AM
-
Hello,
i want to start an easy interactiv (some user in and outputs) C-Application automatic after the system is booted. Can i easily write a srcipt.sh to start my application run in foreground? Can somebody help me? I use Core without a desktop-environment.
Best regards
de
-
Hi de
I don't know if this is the right way, but you could try adding the command to start your program to the end of the .profile
file in your home directory.
-
Thank you. I will try it!