Run the Windows Service as NT AUTHORITY\NetworkService.

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-17 13:46:21 +02:00
parent 0d59e91f7e
commit 50e8c5f8da
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ static int SetupService(bool install, int argc, char **argv)
NULL,
NULL,
NULL,
NULL,
"NT AUTHORITY\\NetworkService",
NULL);
if (schService == NULL) {