diff options
author | Roy Marples <roy@marples.name> | 2007-10-10 11:55:55 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-10 11:55:55 +0000 |
commit | e744a6ba24529025aac28e7a134efcb10823f512 (patch) | |
tree | 67dcd3fc2bcc9d96d9d2b4dcca2cb0bdc9d2dc34 /src | |
parent | 25091eb4f49c68f8733387449b95bbd2a0ea8439 (diff) |
Give more time to daemons
Diffstat (limited to 'src')
-rw-r--r-- | src/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 86eccb12..14bcdbb6 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> |