cmd: introduce control socket & subcommand

Move pprof debugging there.
This commit is contained in:
Christian Schwarz
2017-09-17 23:54:23 +02:00
parent aea62a9d85
commit 3eaba92025
5 changed files with 222 additions and 19 deletions
+3
View File
@@ -27,6 +27,9 @@ type Global struct {
SockDir string
}
}
Control struct {
Sockpath string
}
}
type JobDebugSettings struct {