Index: debianutils/start_stop_daemon.c
===================================================================
--- debianutils/start_stop_daemon.c	(revision 22578)
+++ debianutils/start_stop_daemon.c	(working copy)
@@ -298,7 +298,7 @@
 	*--argv = startas;
 	if (opt & OPT_BACKGROUND) {
 #if BB_MMU
-		bb_daemonize(0);
+		bb_daemonize(DAEMON_CLOSE_EXTRA_FDS);
 #else
 		pid_t pid = vfork();
 		if (pid < 0) /* error */
