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

Function systemdUnitPath

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

Source from the content-addressed store, hash-verified

424 path.join(homedir(), ".config", "systemd", "user");
425
426const systemdUnitPath = (path: Path.Path): string =>
427 path.join(systemdUnitDir(path), `${SERVICE_LABEL}.service`);
428
429export interface SystemdUnitOptions {
430 readonly execStart: ReadonlyArray<string>;

Callers 1

makeSystemdBackendFunction · 0.85

Calls 1

systemdUnitDirFunction · 0.85

Tested by

no test coverage detected