You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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