Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: de on April 11, 2018, 10:02:28 AM

Title: Run interactiv application at startup
Post 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
Title: Re: Run interactiv application at startup
Post by: Rich on April 11, 2018, 10:15:52 AM
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.
Title: Re: Run interactiv application at startup
Post by: de on April 12, 2018, 02:17:22 AM
Thank you. I will try it!