
systemd uses SIGRTMIN+n signals, but containerd didn't support the signals since Go's sys/unix doesn't support them. This change introduces SIGRTMIN+n handling by utilizing moby/sys/signal. Fixes #5402. https://www.freedesktop.org/software/systemd/man/systemd.html#Signals Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
6 lines
104 B
Modula-2
6 lines
104 B
Modula-2
module github.com/moby/sys/signal
|
|
|
|
go 1.13
|
|
|
|
require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|