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