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:
parent
7bacd62fad
commit
303486c52c
1 changed files with 2 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue