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

Function systemdUnitPath

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

Source from the content-addressed store, hash-verified

413 path.join(homedir(), ".config", "systemd", "user");
414
415const systemdUnitPath = (path: Path.Path): string =>
416 path.join(systemdUnitDir(path), `${SERVICE_LABEL}.service`);
417
418export interface SystemdUnitOptions {
419 readonly execStart: ReadonlyArray<string>;

Callers 1

makeSystemdBackendFunction · 0.85

Calls 1

systemdUnitDirFunction · 0.85

Tested by

no test coverage detected