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

Function serviceLogDir

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

Source from the content-addressed store, hash-verified

217 path.join(launchAgentsDir(path), `${SERVICE_LABEL}.plist`);
218
219const serviceLogDir = (path: Path.Path): string => path.join(resolveExecutorDataDir(path), "logs");
220
221const DESKTOP_APP_BUNDLE_IDENTIFIER = "sh.executor.desktop";
222

Callers 3

makeLaunchdBackendFunction · 0.85
makeSystemdBackendFunction · 0.85
makeWindowsBackendFunction · 0.85

Calls 1

resolveExecutorDataDirFunction · 0.90

Tested by

no test coverage detected