1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Add sigrtmin+3 signal (required for systemd containers) (#220)

This commit is contained in:
Andreas Gerstmayr 2021-03-13 11:30:13 +01:00 committed by GitHub
parent 7bacd62fad
commit 303486c52c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1111,7 +1111,8 @@ class PodmanContainerDiff:
"sigwinch": "28",
"sigio": "29",
"sigpwr": "30",
"sigsys": "31"
"sigsys": "31",
"sigrtmin+3": "37"
}
before = str(self.info['config']['stopsignal'])
if not before.isdigit():