GoDoxy/schemas/providers/idlewatcher.js
2025-01-25 02:36:22 +08:00

12 lines
200 B
JavaScript

export const STOP_METHODS = ["pause", "stop", "kill"];
export const STOP_SIGNALS = [
"",
"SIGINT",
"SIGTERM",
"SIGHUP",
"SIGQUIT",
"INT",
"TERM",
"HUP",
"QUIT",
];