service: installation and running of AGH as a service with CLI args

This commit is contained in:
David Sheets
2020-09-07 10:26:40 +01:00
parent d3428ca46c
commit 90ef204d04
2 changed files with 10 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ func Main(version string, channel string, armVer string) {
}()
if args.serviceControlAction != "" {
handleServiceControlAction(args.serviceControlAction)
handleServiceControlAction(args)
return
}