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