This commit is contained in:
J H
2024-01-30 15:50:09 -07:00
parent 84b3479db0
commit cbded5f4e9
4 changed files with 7 additions and 19 deletions

View File

@@ -11,7 +11,6 @@ import {
ExtractStore,
InterfaceId,
PackageId,
Signals,
ValidIfNoStupidEscape,
} from "../types"
import { GetSystemSmtp } from "./GetSystemSmtp"
@@ -38,7 +37,7 @@ import {
import * as CP from "node:child_process"
import { promisify } from "node:util"
import { splitCommand } from "./splitCommand"
export type Signals = "SIGTERM" | "SIGKILL"
export const SIGTERM: Signals = "SIGTERM"
export const SIGKILL: Signals = "SIGTERM"
export const NO_TIMEOUT = -1