How to run a Resource Manager

Hi,
I have implemented a resource manager and I’m testing it as root-privileges.

By now, I have to run the resource in background and then running a process wich call the first (with open(), read()…).

My question is: How can I use the resource manager without running previously in background (to be used by a no root-user privileges process)

Thanks in advance

Hello,
Create /etc/rc.d/rc.local and place the command to start the driver in this file.
For details, please check
qnx.com/developers/docs/6.3. … rting.html
Regards,
Yuriy