MCPcopy
hub / github.com/wavetermdev/waveterm / SignalTerm

Function SignalTerm

pkg/util/unixutil/unixutil_unix.go:64–66  ·  view source on GitHub ↗
(pid int)

Source from the content-addressed store, hash-verified

62}
63
64func SignalTerm(pid int) error {
65 return syscall.Kill(pid, syscall.SIGTERM)
66}
67
68func SignalHup(pid int) error {
69 return syscall.Kill(pid, syscall.SIGHUP)

Callers 1

KillGracefulMethod · 0.92

Calls 1

KillMethod · 0.65

Tested by

no test coverage detected