mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
temp commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user