service: installation and running of AGH as a service with CLI args
This commit is contained in:
@@ -126,7 +126,7 @@ func Main(version string, channel string, armVer string) {
|
||||
}()
|
||||
|
||||
if args.serviceControlAction != "" {
|
||||
handleServiceControlAction(args.serviceControlAction)
|
||||
handleServiceControlAction(args)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user