Revert "temp commit"

This reverts commit 88f0f67ee3.
This commit is contained in:
chenbaiyu
2022-01-13 16:06:51 +08:00
parent 88f0f67ee3
commit 1995f9fa4e
4 changed files with 174 additions and 272 deletions

View File

@@ -335,7 +335,6 @@ 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);