From cdfb30ea1651d7b9c32d62dba54a97eb2777e11c Mon Sep 17 00:00:00 2001 From: Mihkel Date: Tue, 11 Mar 2025 01:48:43 +0200 Subject: [PATCH] docs: update steps for service installation with NSSM (#1446) --- docs/getting-started/buildfromsource.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/buildfromsource.mdx b/docs/getting-started/buildfromsource.mdx index 9e139dcdb..9bfff1a24 100644 --- a/docs/getting-started/buildfromsource.mdx +++ b/docs/getting-started/buildfromsource.mdx @@ -255,7 +255,8 @@ To run jellyseerr as a service: 1. Download the [Non-Sucking Service Manager](https://nssm.cc/download) 2. Install NSSM: ```powershell -nssm install Jellyseerr "C:\Program Files\nodejs\node.exe" ["C:\jellyseerr\dist\index.js"] +nssm install Jellyseerr "C:\Program Files\nodejs\node.exe" "C:\jellyseerr\dist\index.js" +nssm set Jellyseerr AppDirectory "C:\jellyseerr" nssm set Jellyseerr AppEnvironmentExtra NODE_ENV=production ``` 3. Start the service: