Starting up custom processes

Where should I startup any processes that I’ve written if I want them to
start at boot-up? Would /etc/rc.d/rc.sysinit be the proper place?

Thanks,
I’m a newbie to QNX or any POSIX OS.

I would suggest /etc/rc.d/rc.local

It is (I think) the last start up file to be executed. It is useful to
leave the QNX files in their virgin form. That way, if/when they come out
with their own new version of those files they wont overwrite any changes
that yopu may have made.

If it is a device driver try /etc.rc.d/rc.devices


Bill Caroselli – 1(530) 510-7292
Q-TPS Consulting
QTPS@EarthLink.net


“Chris Rose” <rose_chris@excite.com> wrote in message
news:9usb0i$pt6$1@inn.qnx.com

Where should I startup any processes that I’ve written if I want them to
start at boot-up? Would /etc/rc.d/rc.sysinit be the proper place?

Thanks,
I’m a newbie to QNX or any POSIX OS.