From 8a07c8afe4cd9743da6cdb00626d394570ded2d4 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 3 Sep 2025 19:30:09 -0500 Subject: [PATCH] docs(scripts): added example script to install service --- scripts/services.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/services.ps1 b/scripts/services.ps1 index 8ccac6b..2e16586 100644 --- a/scripts/services.ps1 +++ b/scripts/services.ps1 @@ -11,7 +11,8 @@ param ( ) # Example string to run with the parameters in it. -# .\scripts\services.ps1 -serviceName "LST_app" -option "install" -appPath "E:\LST" -description "Logistics Support Tool in go" -command "E:\LST\app\lst_app.exe" +# .\scripts\services.ps1 -serviceName "LST_ctl" -option "install" -appPath "E:\LST" -description "Logistics Support Tool controller" -command "E:\LST\controller\lst_app.exe" +# .\scripts\services.ps1 -serviceName "LST_app" -option "install" -appPath "E:\LST" -description "Logistics Support Tool" -command "run start" $nssmPath = $AppPath + "\nssm.exe" $npmPath = "C:\Program Files\nodejs\npm.cmd" # Path to npm.cmd