summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index e14dc3a1..b17435ec 100644
--- a/src/main.c
+++ b/src/main.c
@@ -574,7 +574,7 @@ int main(int argc, char *argv[]) {
if (status == -1) goto errorPidFile;
// we are in father process, we don't need this one
- exit (0);
+ _exit (0);
} // end background-foreground