diff --git a/ffserver.c b/ffserver.c
index 1a06109e674bd013e54ef530b3c852338ac51f55..5d97bdde917b331db630574979d643a2870a7b46 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -4114,6 +4114,8 @@ static int parse_ffconfig(const char *filename)
             if (resolve_host(&my_http_addr.sin_addr, arg) != 0) {
                 ERROR("%s:%d: Invalid host/IP address: %s\n", arg);
             }
+        } else if (!av_strcasecmp(cmd, "NoDaemon")) {
+            // do nothing here, its the default now
         } else if (!av_strcasecmp(cmd, "RTSPPort")) {
             get_arg(arg, sizeof(arg), &p);
             val = atoi(arg);