MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / launchd_start

Function launchd_start

src/daemon/service.rs:795–799  ·  view source on GitHub ↗
(target: &str, service_path: &Path, socket_path: &Path)

Source from the content-addressed store, hash-verified

793}
794
795fn launchd_start(target: &str, service_path: &Path, socket_path: &Path) -> Result<()> {
796 let domain = launchd_domain()?;
797 run_launchd_commands(&launchd_start_command_plan(&domain, target, service_path))?;
798 verify_launchd_started(target, socket_path)
799}
800
801fn launchd_before_uninstall(stop: bool) -> Result<()> {
802 if !stop {

Callers 2

launchd_installFunction · 0.85
launchd_refreshFunction · 0.85

Calls 4

launchd_domainFunction · 0.85
run_launchd_commandsFunction · 0.85
verify_launchd_startedFunction · 0.85

Tested by

no test coverage detected