Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/27/12 10:19:22 (12 years ago)
Author:
ascheibe
Message:

#1580 changed user account for executing the slave service to NetworkService (thanks jkarder for the patch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/ProjectInstaller.Designer.cs

    r6983 r8340  
    2929      // serviceProcessInstaller1
    3030      //
    31       this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
     31      this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.NetworkService;
    3232      this.serviceProcessInstaller1.Installers.AddRange(new System.Configuration.Install.Installer[] {
    3333            this.serviceInstaller1});
Note: See TracChangeset for help on using the changeset viewer.