If someone knows how to rest process ID in QNX, please let me know. I am searching the web but looks like nothing to be found. I actually need to write a script to do the following:
- Look for current process ID
- If PID is bigger than some particular value then reset PID and start my process
- If not bigger, then start my process
In order to do that I only need the info on how to reset process ID in QNX OS. Thank in advance.