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

Function launchdPlistPath

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

Source from the content-addressed store, hash-verified

214 path.join(homedir(), "Library", "LaunchAgents");
215
216const launchdPlistPath = (path: Path.Path): string =>
217 path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`);
218
219const serviceLogDir = (path: Path.Path): string => path.join(resolveExecutorDataDir(path), "logs");
220

Callers 1

makeLaunchdBackendFunction · 0.85

Calls 1

launchAgentsDirFunction · 0.85

Tested by

no test coverage detected