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

Function launchdPlistPath

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

Source from the content-addressed store, hash-verified

225 path.join(homedir(), "Library", "LaunchAgents");
226
227const launchdPlistPath = (path: Path.Path): string =>
228 path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`);
229
230const serviceLogDir = (path: Path.Path): string => path.join(resolveExecutorDataDir(path), "logs");
231

Callers 1

makeLaunchdBackendFunction · 0.85

Calls 1

launchAgentsDirFunction · 0.85

Tested by

no test coverage detected