diff --git a/core/daemon.c b/core/daemon.c index 91d193a..9111882 100644 --- a/core/daemon.c +++ b/core/daemon.c @@ -620,6 +620,7 @@ int main(int argc, char **argv) arg_vc = -1; + config.profile = true; config.reqmode = FBSPL_MODE_SILENT; while ((c = getopt_long(argc, argv, "t:p:hvq", options, NULL)) != EOF) {