Install sets a default LOG_FILE in the env file on Windows (no console as a service)

This commit is contained in:
mram
2026-09-21 08:37:25 +02:00
parent 1394a76eea
commit dd3187f951
3 changed files with 61 additions and 22 deletions
+3 -2
View File
@@ -112,8 +112,9 @@ gpu-turnstile.exe --remove-service
```
Layout: `C:\Program Files\gpu-turnstile\` holds the exe and
`gpu-turnstile.env`, logs go to `C:\ProgramData\gpu-turnstile\` (set
`LOG_FILE` in the env file there is no console). The service always runs
`gpu-turnstile.env`, logs go to `C:\ProgramData\gpu-turnstile\` — the
installer sets `LOG_FILE` in the env file by default (there is no console;
your own `LOG_FILE` setting is kept). The service always runs
as the virtual account `NT SERVICE\gpu-turnstile` (low-privilege,
per-service, no password); the installer automatically grants it write
access to the install and data directories — nothing else to do.