mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Improve ArchiService
- Correct DisplayName - Implement proper Shutdown sequence instead of 20 seconds timeout-kill - Misc
This commit is contained in:
@@ -12,7 +12,8 @@ namespace ArchiSteamFarm {
|
||||
ServiceProcessInstaller serviceProcessInstaller = new ServiceProcessInstaller();
|
||||
|
||||
serviceInstaller.ServiceName = SharedInfo.ServiceName;
|
||||
serviceInstaller.DisplayName = SharedInfo.ServiceDescription;
|
||||
serviceInstaller.DisplayName = SharedInfo.ServiceName;
|
||||
serviceInstaller.Description = SharedInfo.ServiceDescription;
|
||||
|
||||
// Defaulting to only starting when a user starts it, can be easily changed after install
|
||||
serviceInstaller.StartType = ServiceStartMode.Manual;
|
||||
|
||||
Reference in New Issue
Block a user