diff --git a/src/daemon/systemd.ts b/src/daemon/systemd.ts index efe6f2591..41107d4a2 100644 --- a/src/daemon/systemd.ts +++ b/src/daemon/systemd.ts @@ -2,7 +2,6 @@ import fs from "node:fs/promises"; import path from "node:path"; import type { GatewayServiceRuntime } from "./service-runtime.js"; import { - formatGatewayServiceDescription, LEGACY_GATEWAY_SYSTEMD_SERVICE_NAMES, resolveGatewayServiceDescription, resolveGatewaySystemdServiceName,