Loading init/reboot.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -680,8 +680,8 @@ static void DoReboot(unsigned int cmd, const std::string& reason, const std::str << "': " << result.error(); } s->SetShutdownCritical(); } else if (do_shutdown_animation) { continue; } else if (do_shutdown_animation && s->classnames().count("animation") > 0) { // Need these for shutdown animations. } else if (s->IsShutdownCritical()) { // Start shutdown critical service if not started. if (auto result = s->Start(); !result.ok()) { Loading Loading
init/reboot.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -680,8 +680,8 @@ static void DoReboot(unsigned int cmd, const std::string& reason, const std::str << "': " << result.error(); } s->SetShutdownCritical(); } else if (do_shutdown_animation) { continue; } else if (do_shutdown_animation && s->classnames().count("animation") > 0) { // Need these for shutdown animations. } else if (s->IsShutdownCritical()) { // Start shutdown critical service if not started. if (auto result = s->Start(); !result.ok()) { Loading