diff --git a/src/index.ts b/src/index.ts index 3cd4e52834..18eff8176c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -55,7 +55,7 @@ function main() { ev.mount(); } - if (!program.noDaemons) { + if (program.daemons) { serverStats(); notesStats(); }