Centralize lifecycle state updates and fix systemd running status (#2567)

This commit is contained in:
houseme
2026-04-17 11:20:11 +08:00
committed by GitHub
parent 6b4172998b
commit 478720d2ee
28 changed files with 230 additions and 213 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ impl SetDisks {
let mut new_disks = Vec::new();
let mut new_infos = Vec::new();
for (disk, info) in disks.into_iter().zip(infos.into_iter()) {
for (disk, info) in disks.into_iter().zip(infos) {
let Some(info) = info else {
continue;
};