We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac0f8c commit 166daa0Copy full SHA for 166daa0
apd/src/event.rs
@@ -470,8 +470,7 @@ pub fn on_post_data_fs(superkey: Option<String>) -> Result<()> {
470
info!("remove update flag");
471
let _ = fs::remove_file(module_update_flag);
472
473
- // start uid monitor on post-fs-data
474
- run_uid_monitor();
+
475
476
run_stage("post-mount", superkey, true);
477
@@ -538,6 +537,7 @@ pub fn on_boot_completed(superkey: Option<String>) -> Result<()> {
538
537
539
run_stage("boot-completed", superkey, false);
540
+ run_uid_monitor();
541
Ok(())
542
}
543
0 commit comments