(path: Path.Path)
| 421 | // --------------------------------------------------------------------------- |
| 422 | |
| 423 | const systemdUnitDir = (path: Path.Path): string => |
| 424 | path.join(homedir(), ".config", "systemd", "user"); |
| 425 | |
| 426 | const systemdUnitPath = (path: Path.Path): string => |
| 427 | path.join(systemdUnitDir(path), `${SERVICE_LABEL}.service`); |
no outgoing calls
no test coverage detected