Skip to content

error message EOF #82

Open
Open
@zmhuanf

Description

@zmhuanf
ctx := &daemon.Context{}
d, err := ctx.Reborn()
if err != nil {
	// When I use exec.Command to execute the sh script and the sh script starts this program, the error prompts EOF
	return
}
if d != nil {
	return
}
defer ctx.Release()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions