Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev env: fix deprecated KillMode=none #409

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

rohanpm
Copy link
Member

@rohanpm rohanpm commented Feb 21, 2022

These units were originally created by "podman generate systemd"
which inserted a KillMode=none directive. That value of KillMode
was deprecated by systemd and will be removed in the future.

This commit updates the units to be aligned with podman's fix for
the issue in containers/podman#8615,
which was to drop KillMode and add TimeoutStopSec.

These units were originally created by "podman generate systemd"
which inserted a KillMode=none directive. That value of KillMode
was deprecated by systemd and will be removed in the future.

This commit updates the units to be aligned with podman's fix for
the issue in containers/podman#8615,
which was to drop KillMode and add TimeoutStopSec.
@rohanpm rohanpm marked this pull request as ready for review February 21, 2022 04:59
@rohanpm rohanpm merged commit 0db3a13 into release-engineering:master Feb 22, 2022
@rohanpm rohanpm deleted the deprecated-killmode branch February 22, 2022 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants