Skip to content

Commit 79caf9e

Browse files
author
Martin Lund
committed
Increase initialization time
1 parent b383289 commit 79caf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/service.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void daemonize(void)
6767
if (pid > 0)
6868
{
6969
/* Wait some time for everything to have been initialized */
70-
sleep(2);
70+
sleep(3);
7171
exit(EXIT_SUCCESS);
7272
}
7373

0 commit comments

Comments
 (0)