mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-05 04:59:05 +08:00
spelling: privileged
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
33c3489a9e
commit
1011568fc1
@ -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(&[
|
||||||
|
Loading…
Reference in New Issue
Block a user