parent
88f0f67ee3
commit
1995f9fa4e
4 changed files with 174 additions and 272 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue