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
+2 -1
View File
@@ -49,7 +49,8 @@ type Config struct {
Datapath string
Service Service
Context context.Context
Context context.Context
Supervised bool
}
// New initializes a new configuration with or without defaults.