Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Startup: (4 Items)
   
Startup  
Hello Friends.

I have small question. 

I want to start qconn service when my os boot.  How can i do that???
RE: Startup  
Add this line:

  qconn &

to your /etc/rc.d/rc.local file. If that file doesn't exist, create it
and make it executable. For more information, see the Controlling How
Neutrino Starts chapter of the Neutrino User's Guide.


Steve Reid (stever@qnx.com)
Technical Editor
QNX Software Systems 
Re: Startup  
Thank you. It's help me.
Re: Startup  
You can add in the sysinit.

/etc/system/sysint

add qconn& as the last line.