Scheduler Service fixes
This commit is contained in:
parent
91d9ee7d99
commit
2cf0890e14
6 changed files with 37 additions and 44 deletions
|
@ -17,7 +17,7 @@ namespace WebsitePanel.SchedulerService
|
|||
processInstaller.Account = ServiceAccount.LocalSystem;
|
||||
serviceInstaller.DisplayName = "WebsitePanel Scheduler";
|
||||
serviceInstaller.StartType = ServiceStartMode.Automatic;
|
||||
serviceInstaller.ServiceName = "WebsitePanlel Scheduler";
|
||||
serviceInstaller.ServiceName = "WebsitePanel Scheduler";
|
||||
|
||||
Installers.Add(processInstaller);
|
||||
Installers.Add(serviceInstaller);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue