Remove oom flag on daemon
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ const (
|
||||
)
|
||||
|
||||
// New returns an initialized Process supervisor.
|
||||
func New(stateDir string, oom bool, runtimeName string) (*Supervisor, error) {
|
||||
func New(stateDir string, runtimeName string) (*Supervisor, error) {
|
||||
startTasks := make(chan *startTask, 10)
|
||||
if err := os.MkdirAll(stateDir, 0755); err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user