WIP: Switch to new config format.
Don't use jobrun for daemon, just call JobDo() once, the job must organize stuff itself. Sacrifice all the oneshot commands, they will be reintroduced as client-calls to the daemon.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ type Logger interface {
|
||||
|
||||
// global state / facilities
|
||||
var (
|
||||
conf Config
|
||||
conf *Config
|
||||
logFlags int = golog.LUTC | golog.Ldate | golog.Ltime
|
||||
logOut io.Writer
|
||||
log Logger
|
||||
|
||||
Reference in New Issue
Block a user