temp commit

This commit is contained in:
chenbaiyu
2022-01-13 15:26:57 +08:00
parent 5b03e99404
commit 88f0f67ee3
4 changed files with 264 additions and 166 deletions

View File

@@ -335,6 +335,7 @@ pub fn is_installed() -> bool {
}
pub fn start_daemon(){
log::info!("{}",crate::username());
if let Err(err) = crate::ipc::start("_daemon") {
log::error!("Failed to start ipc_daemon: {}", err);
std::process::exit(-1);