Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: aplannan on April 29, 2011, 09:32:46 AM
-
Hi,
I am trying to get tmux to start on it's own when I boot into microcore. I built a tmux extention which works fine, and I added :
tmux
to my bootsync.sh. It starts tmux, but as root, ignoring the config file in /home/tc. How can I get it to launch tmux as tc?
Thanks in advance for any help.
Andy
-
One option:
# su -c 'tmux' tc
-
Thank you, works great, I would mark this solved if I knew how!
-
Hitting "Modify" button lets you modify any of your own posts, including "subject" ;)