summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-10 11:55:55 +0000
committerRoy Marples <roy@marples.name>2007-10-10 11:55:55 +0000
commite744a6ba24529025aac28e7a134efcb10823f512 (patch)
tree67dcd3fc2bcc9d96d9d2b4dcca2cb0bdc9d2dc34 /src
parent25091eb4f49c68f8733387449b95bbd2a0ea8439 (diff)
downloadopenrc-e744a6ba24529025aac28e7a134efcb10823f512.tar.gz
openrc-e744a6ba24529025aac28e7a134efcb10823f512.tar.bz2
openrc-e744a6ba24529025aac28e7a134efcb10823f512.tar.xz
Give more time to daemons
Diffstat (limited to 'src')
-rw-r--r--src/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c
index 86eccb1..14bcdbb 100644
--- a/src/start-stop-daemon.c
+++ b/src/start-stop-daemon.c
@@ -13,7 +13,7 @@
/* nano seconds */
#define POLL_INTERVAL 20000000
-#define START_WAIT 100000000
+#define START_WAIT 500000000
#define ONE_SECOND 1000000000
#include <sys/types.h>