update commands when running in supervised mode

This commit is contained in:
A.Unger
2021-03-10 11:10:46 +01:00
parent 25909d5923
commit 4e37d4a2f6
72 changed files with 1547 additions and 803 deletions

View File

@@ -216,7 +216,7 @@ func Server(cfg *config.Config) *cli.Command {
return nil
}, func(err error) {
close(stop)
//close(stop)
cancel()
})
}

View File

@@ -46,6 +46,7 @@ type Config struct {
HTTP HTTP
Tracing Tracing
GraphExplorer GraphExplorer
Supervised bool
}
// New initializes a new configuration with or without defaults.