Changeset 456 for trunk/server/lib/util/become_daemon.c
- Timestamp:
- Jun 7, 2010, 9:08:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/util/become_daemon.c
r414 r456 69 69 _PUBLIC_ void become_daemon(bool do_fork, bool no_process_group) 70 70 { 71 #ifdef __OS2__ 72 // fork daemonize scheme not working in os/2, thus the parent process will currently kill and reap all children when it exits 73 do_fork = False; 74 #endif 71 75 if (do_fork) { 72 76 if (sys_fork()) {
Note:
See TracChangeset
for help on using the changeset viewer.