Skip to content

Commit

Permalink
Increase initialization time
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lund committed Jan 21, 2023
1 parent b383289 commit 79caf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void daemonize(void)
if (pid > 0)
{
/* Wait some time for everything to have been initialized */
sleep(2);
sleep(3);
exit(EXIT_SUCCESS);
}

Expand Down

0 comments on commit 79caf9e

Please sign in to comment.