Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

/sbin/init never needs to be the root process in a Linux system. You will end up in a messy situation if your init replacement allow you to spawn processes without wait()'ing for children now and again (e.g. some daemons will "double fork" and wait for the immediate child to die, and then expect init to take care of the real worker later), but that's pretty much it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: