Exit 0 on successful daemonization

This commit is contained in:
Steven Dee 2013-10-21 13:12:30 -04:00
parent f536794b17
commit b0e2f692ac

View File

@ -225,7 +225,7 @@ main(c3_i argc,
}
if ( pid ) {
printf("%s: daemon: process %d\n", argv[0], pid);
exit(1);
exit(0);
}
}