For that reason, the
<emphasis>daemon process
</emphasis> needs to set
<emphasis>signal handlers
</emphasis> in its
<emphasis>initialize daemon
</emphasis> phase. At least a
<symbol>SIGCHLD
</symbol> signal has to be processed, so the daemon can remove the zombie return values from the system and release the system resources they are taking up.