ksud: support services. close #60

This commit is contained in:
tiann
2023-01-16 12:22:47 +08:00
parent 2222a999b9
commit f98066cb99
3 changed files with 54 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ pub fn run() -> Result<()> {
}
Commands::Install => event::install(),
Commands::Sepolicy => todo!(),
Commands::Services => todo!(),
Commands::Services => event::on_services(),
};
if let Err(e) = &result {