mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Remove no longer needed restriction about process id 1
This commit is contained in:
@@ -95,13 +95,6 @@ export class Start extends Command {
|
||||
|
||||
const { flags } = this.parse(Start);
|
||||
|
||||
if (process.pid === 1) {
|
||||
this.error(`The n8n node process should not run as process with ID 1 because that will cause
|
||||
problems with shutting everything down correctly. If started with docker use the
|
||||
flag "--init" to fix this problem!`);
|
||||
return;
|
||||
}
|
||||
|
||||
// Wrap that the process does not close but we can still use async
|
||||
(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user