diff --git a/src/index.ts b/src/index.ts index 2118234188..75bfa35062 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,7 +148,6 @@ async function init(): Promise { configLogger.info('Successfully loaded'); configLogger.info(`maintainer: ${config.maintainer}`); - if (process.platform === 'linux' && !isRoot() && config.port < 1024) { Logger.error('You need root privileges to listen on port below 1024 on Linux'); return State.failed;