From 1f71cfb11e574050d5f28a88b613f943afa696e4 Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Tue, 17 Oct 2023 12:00:51 +0200 Subject: [PATCH] Update nodejs.mdx Signed-off-by: Martin Helmich --- docs/technologies/languages/nodejs.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/technologies/languages/nodejs.mdx b/docs/technologies/languages/nodejs.mdx index e8b6e526..6c343120 100644 --- a/docs/technologies/languages/nodejs.mdx +++ b/docs/technologies/languages/nodejs.mdx @@ -60,11 +60,11 @@ With a Node.js application, the entire lifecycle of your process is managed with Within your hosting environment, you can use the `mittnitectl` command to manage your application: -- `mittnitectl start` starts your application -- `mittnitectl stop` stops your application -- `mittnitectl restart` restarts your application +- `mittnitectl job start` starts your application +- `mittnitectl job stop` stops your application +- `mittnitectl job restart` restarts your application You can also use `mittnitectl` to view the status of your application: -- `mittnitectl status` shows the status of your application -- `mittnitectl logs` shows the logs of your application +- `mittnitectl job status` shows the status of your application +- `mittnitectl job logs` shows the logs of your application