We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba933f2 commit c984793Copy full SHA for c984793
1 file changed
cgroup2/manager.go
@@ -960,6 +960,7 @@ func startUnit(conn *systemdDbus.Conn, group string, properties []systemdDbus.Pr
960
return fmt.Errorf("error creating systemd unit `%s`: got `%s`", group, s)
961
}
962
case <-time.After(systemdStartUnitTimeout):
963
+ attemptFailedUnitReset(conn, group)
964
return fmt.Errorf("Timed out while waiting for StartTransientUnit(%s) completion signal from dbus after %v", group, systemdStartUnitTimeout)
965
966
0 commit comments