11 lines
483 B
TypeScript
11 lines
483 B
TypeScript
export const GATEWAY_LAUNCH_AGENT_LABEL = "com.clawdbot.gateway";
|
|
export const GATEWAY_SYSTEMD_SERVICE_NAME = "clawdbot-gateway";
|
|
export const GATEWAY_WINDOWS_TASK_NAME = "Clawdbot Gateway";
|
|
export const LEGACY_GATEWAY_LAUNCH_AGENT_LABELS = [
|
|
"com.steipete.clawdbot.gateway",
|
|
"com.steipete.clawdis.gateway",
|
|
"com.clawdis.gateway",
|
|
];
|
|
export const LEGACY_GATEWAY_SYSTEMD_SERVICE_NAMES = ["clawdis-gateway"];
|
|
export const LEGACY_GATEWAY_WINDOWS_TASK_NAMES = ["Clawdis Gateway"];
|