docs structure (#916)

This commit is contained in:
Michael Quigley 2025-03-26 11:52:21 -04:00
parent ae095e1031
commit a73c040287
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
3 changed files with 17 additions and 14 deletions

View File

@ -1,14 +0,0 @@
---
title: Configuring a Windows Service
---
In Windows environments, it can be useful to run the zrok Agent as a service, allowing it to automatically restart with your system.
Support for running the zrok Agent as a Windows service is handled through a third party utility, `nssm`, which is available here:
<a href="https://nssm.cc/download" target="_">https://nssm.cc/download</a>
Give the `nssm` documentation a quick review, here:
(https://nssm.cc/usage)[https://nssm.cc/usage]

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,17 @@
---
title: Configuring a Windows Service
---
In Windows environments, it can be useful to run the zrok Agent as a service, allowing it to automatically restart with your system.
Support for running the zrok Agent as a Windows service is handled through a third party utility, `nssm`, which is available here:
[https://nssm.cc/download](https://nssm.cc/download)
Give the `nssm` documentation a quick review, here:
[https://nssm.cc/usage](https://nssm.cc/usage)
You'll want to install both the `zrok.exe` and `nssm.exe` in a convenient protected location. In this example, we'll put them in `C:\Program Files\zrok`, as `C:\Program Files\zrok\zrok.exe` and `C:\Program Files\zrok\nssm.exe`.
![C:\\Program Files\\zrok](images/program-files.png)