Commit 568a14b68e704cb685508701a95b1193a5687e29

Authored by Georg Hopp
1 parent ae898e44

daemonize again

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -101,7 +101,7 @@ main()
101 101 setrlimit(RLIMIT_NOFILE, &limit);
102 102
103 103 init_signals();
104   - //daemonize();
  104 + daemonize();
105 105
106 106 shm = shm_open("/fooshm", O_RDWR|O_CREAT, S_IRWXU);
107 107 if (-1 == ftruncate(shm, psize)) {
... ...
Please register or login to post a comment