Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove varlink support from Podman | Daniel J Walsh | 2020-11-26 |
| | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | systemd: expect full path /usr/sbin/init | Giuseppe Scrivano | 2019-10-09 |
"init" is a quite common name for the command executed in a container image and Podman ends up using the systemd mode also when not required. Be stricter on enabling the systemd mode and not enable it automatically when the basename is "init" but expect the full path "/usr/sbin/init". Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> |