refactor macos service for delegate again, remove runme in install service of linux

This commit is contained in:
rustdesk
2024-06-19 18:49:49 +08:00
parent 7c45a68870
commit 137f58a84a
3 changed files with 6 additions and 13 deletions

View File

@@ -1397,8 +1397,6 @@ pub fn install_service() -> bool {
Config::set_option("stop-service".into(), "Y".into());
return true;
}
run_me_with(2);
std::process::exit(0);
}
fn check_if_stop_service() {