Skip to content

error message EOF #82

Open
Open
@zmhuanf

Description

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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