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