If cherokee is not run in daemon mode, it will send a SIGTERM to its process group when receiving a SIGTERM. This might kill the parent process as well. To prevent this, setpgid() is used to create a new process group for cherokee and its child processes. fixes #1189
If cherokee is not run in daemon mode, it will send a SIGTERM to its process group when receiving a SIGTERM. This might kill the parent process as well. To prevent this, setpgid() is used to create a new process group for cherokee and its child processes. fixes #1189