Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Add KillMode=process to kube-podman.service
Browse files Browse the repository at this point in the history
Without this flag, systemd will tear down our containers when stopping
the podman API server due to inactivity.

Upstream ticket: containers/podman#7294
  • Loading branch information
danopia committed Aug 11, 2020
1 parent a62b43a commit 1ed8303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/dist/kube-podman.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ StartLimitIntervalSec=0
[Service]
Type=simple
ExecStart=/usr/bin/podman system service
KillMode=process

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 1ed8303

Please sign in to comment.