docs(user-guide/windows): fix incorrect service name (#5895)

Somehow I had put the debug service there not the prod one

Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
This commit is contained in:
Reactor Scram
2024-07-17 20:18:04 -05:00
committed by GitHub
parent 4f4134b000
commit 7397656637

View File

@@ -111,7 +111,7 @@ In the Start Menu, search for "Windows Powershell". Open it and run this
command:
```pwsh
Get-Service -Name FirezoneClientIpcServiceDebug
Get-Service -Name FirezoneClientIpcService
```
Good output