(path: Path.Path)
| 414 | // --------------------------------------------------------------------------- |
| 415 | |
| 416 | const systemdUnitDir = (path: Path.Path): string => |
| 417 | path.join(homedir(), ".config", "systemd", "user"); |
| 418 | |
| 419 | const systemdUnitPath = (path: Path.Path): string => |
| 420 | path.join(systemdUnitDir(path), `${SERVICE_LABEL}.service`); |
no outgoing calls
no test coverage detected