Skip to content

Commit 166daa0

Browse files
committed
Revert apd: uid listen event move to post-data-fs
1 parent 1ac0f8c commit 166daa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apd/src/event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,7 @@ pub fn on_post_data_fs(superkey: Option<String>) -> Result<()> {
470470
info!("remove update flag");
471471
let _ = fs::remove_file(module_update_flag);
472472

473-
// start uid monitor on post-fs-data
474-
run_uid_monitor();
473+
475474

476475
run_stage("post-mount", superkey, true);
477476

@@ -538,6 +537,7 @@ pub fn on_boot_completed(superkey: Option<String>) -> Result<()> {
538537

539538
run_stage("boot-completed", superkey, false);
540539

540+
run_uid_monitor();
541541
Ok(())
542542
}
543543

0 commit comments

Comments
 (0)