Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: wysiwyg on October 21, 2016, 10:52:03 AM
-
Good morning all! I've quickly looked for an answer to this and just want to confirm my findings:
- To auto-start Xorg programs when logging in (e.g. rdesktop), place scripts in ~/.X.d directory?
- To auto-start daemons/services during bootup (e.g. samba server, bind), edit /opt/bootlocal.sh?
Is there an equivalent to the first bullet in a text (cli) environment?
Thanks,
Dave
-
Hi wysiwyg
If you have no X, put the command in tc's .profile.
-
Hi wysiwyg
If you have no X, put the command in tc's .profile.
Thanks for the response Rich, you're referring to the ~/.profile file correct?
Dave
-
Hi wysiwyg
Yes, ~/.profile.
-
Great, thanks Rich!
Dave