Skip to content

Commit c984793

Browse files
committed
clean up
1 parent ba933f2 commit c984793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cgroup2/manager.go

+1
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@ func startUnit(conn *systemdDbus.Conn, group string, properties []systemdDbus.Pr
960960
return fmt.Errorf("error creating systemd unit `%s`: got `%s`", group, s)
961961
}
962962
case <-time.After(systemdStartUnitTimeout):
963+
attemptFailedUnitReset(conn, group)
963964
return fmt.Errorf("Timed out while waiting for StartTransientUnit(%s) completion signal from dbus after %v", group, systemdStartUnitTimeout)
964965
}
965966

0 commit comments

Comments
 (0)