From 39d8db6fbd4ebe845d5f591aa45e1a85f8d7a98b Mon Sep 17 00:00:00 2001 From: pedjas Date: Tue, 15 Nov 2022 08:44:16 +0100 Subject: [PATCH] Instruction to start services is missing Instruction to start services is missing in Installing using NSSM. It is mentioned only in Installing using pm2. --- content/self-host/windows/_index.en.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/self-host/windows/_index.en.md b/content/self-host/windows/_index.en.md index 448e960..c82f14e 100644 --- a/content/self-host/windows/_index.en.md +++ b/content/self-host/windows/_index.en.md @@ -63,6 +63,14 @@ nssm install ``` +**Start services** +After successful instalationof services they need to be started. +```cmd +nssm start +nssm start +``` + + **Done !** (The method above has been tested on Windows Server Core 2022 Standard).