QProcess::startDetached is from qt, when checked, it uses the double fork method to detach child process (GUI process forks child1, child1 forks child2, then child1 quits - so the child2 becomes child of launchd). Then it starts service using 'execv'.
Now this service runs detached, as a child of launchd, and I'm trying to start the macOS VM process under this.
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags: