MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / launchAgentsDir

Function launchAgentsDir

apps/cli/src/service.ts:213–214  ·  view source on GitHub ↗
(path: Path.Path)

Source from the content-addressed store, hash-verified

211// ---------------------------------------------------------------------------
212
213const launchAgentsDir = (path: Path.Path): string =>
214 path.join(homedir(), "Library", "LaunchAgents");
215
216const launchdPlistPath = (path: Path.Path): string =>
217 path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`);

Callers 2

launchdPlistPathFunction · 0.85
makeLaunchdBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected