From 50e8c5f8dab10ba38c7c2af87fe22fbc22341173 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 17 Apr 2014 13:46:21 +0200 Subject: [PATCH] Run the Windows Service as NT AUTHORITY\NetworkService. Refs #4865 --- icinga-app/icinga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index e3cb5e775..72e36a16c 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -473,7 +473,7 @@ static int SetupService(bool install, int argc, char **argv) NULL, NULL, NULL, - NULL, + "NT AUTHORITY\\NetworkService", NULL); if (schService == NULL) { -- 2.40.0