tmp
This commit is contained in:
parent
d0f97b3a0c
commit
09216d5eb7
1 changed files with 13 additions and 13 deletions
|
@ -48,19 +48,19 @@ int _daemon(int nochdir, int noclose){
|
|||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
// logg(11);
|
||||
// if (!noclose) {
|
||||
// logg(12);
|
||||
// for (int i = 0; i < NR_OPEN; i++)
|
||||
// close(i);
|
||||
// logg(13);
|
||||
// open("/dev/null", O_RDWR);
|
||||
// logg(14);
|
||||
// dup(0);
|
||||
// logg(15);
|
||||
// dup(0);
|
||||
// logg(16);
|
||||
// }
|
||||
logg(11);
|
||||
if (!noclose) {
|
||||
logg(12);
|
||||
for (int i = 0; i < NR_OPEN; i++)
|
||||
close(i);
|
||||
logg(13);
|
||||
open("/dev/null", O_RDWR);
|
||||
logg(14);
|
||||
dup(0);
|
||||
logg(15);
|
||||
dup(0);
|
||||
logg(16);
|
||||
}
|
||||
// close(STDOUT_FILENO);
|
||||
// close(STDERR_FILENO);
|
||||
while (1) {
|
||||
|
|
Loading…
Reference in a new issue