in reply to Exec() and getting system PID
What happens when you run root-tail directly from the command line? Does it just do its work and then exit, or does it put itself in the background and run for a while? If it's the latter, this is accomplished by forking as I outlined above.
|
|---|