summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-20 10:55:04 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-20 11:40:46 +0200
commit2e6946c77717509f3e3d47a2d2ef9411505029e9 (patch)
tree31057237284d77160f4afb5b4fc569bfeba2ba2c /contrib
parent9312d458b4254b48e331d1ae40cb2f6d0fec9bd0 (diff)
downloadpodman-2e6946c77717509f3e3d47a2d2ef9411505029e9.tar.gz
podman-2e6946c77717509f3e3d47a2d2ef9411505029e9.tar.bz2
podman-2e6946c77717509f3e3d47a2d2ef9411505029e9.zip
podman.service: remove stop timeout
Remove the stop timeout from the unit. As unit does not specify any stop command, the timeout is effectively 0 and a NOOP. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/systemd/system/podman.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service
index eaa2ec437..d75b1ee71 100644
--- a/contrib/systemd/system/podman.service
+++ b/contrib/systemd/system/podman.service
@@ -9,7 +9,6 @@ StartLimitIntervalSec=0
Type=oneshot
Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf
ExecStart=/usr/bin/podman system service
-TimeoutStopSec=30
KillMode=process
[Install]