mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 23:31:30 +03:00
spelling: privileged
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -440,7 +440,7 @@ pub fn start_os_service() {
|
|||||||
.status()
|
.status()
|
||||||
.ok();
|
.ok();
|
||||||
println!("The others killed");
|
println!("The others killed");
|
||||||
// launchctl load/unload/start agent not work in daemon, show not priviledged.
|
// launchctl load/unload/start agent not work in daemon, show not privileged.
|
||||||
// sudo launchctl asuser 501 open -n also not allowed.
|
// sudo launchctl asuser 501 open -n also not allowed.
|
||||||
std::process::Command::new("launchctl")
|
std::process::Command::new("launchctl")
|
||||||
.args(&[
|
.args(&[
|
||||||
|
|||||||
Reference in New Issue
Block a user