From: Gunnar Beutner Date: Thu, 17 Apr 2014 11:46:21 +0000 (+0200) Subject: Run the Windows Service as NT AUTHORITY\NetworkService. X-Git-Tag: v0.0.10~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50e8c5f8dab10ba38c7c2af87fe22fbc22341173;p=icinga2 Run the Windows Service as NT AUTHORITY\NetworkService. Refs #4865 --- 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) {