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

Function launchAgentsDir

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

Source from the content-addressed store, hash-verified

215// ---------------------------------------------------------------------------
216
217const launchAgentsDir = (path: Path.Path): string =>
218 path.join(homedir(), "Library", "LaunchAgents");
219
220const launchdPlistPath = (path: Path.Path): string =>
221 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