mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-29 06:09:41 +07:00
fix: should update system DNS every 5 seconds
This commit is contained in:
@ -409,7 +409,7 @@ func (c *controlPlaneCore) setupSkPidMonitor() error {
|
||||
Program: prog.Prog,
|
||||
})
|
||||
if err != nil {
|
||||
return fmt.Errorf("AttachTracing: %v: %w", prog.Prog.String(), err)
|
||||
return fmt.Errorf("AttachCgroup: %v: %w", prog.Prog.String(), err)
|
||||
}
|
||||
c.deferFuncs = append(c.deferFuncs, func() error {
|
||||
if err := attached.Close(); err != nil {
|
||||
|
Reference in New Issue
Block a user