summaryrefslogtreecommitdiff
path: root/contrib/systemd/system
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-20 10:55:04 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-21 09:03:32 +0200
commit1624fbb9433782709e8e4eb28716d7935f1678ae (patch)
tree0b7f0f1565377fb8000d3c11549204a5e821cbb4 /contrib/systemd/system
parent48cb5f048e29aadb1eed319117e529c05c850533 (diff)
downloadpodman-1624fbb9433782709e8e4eb28716d7935f1678ae.tar.gz
podman-1624fbb9433782709e8e4eb28716d7935f1678ae.tar.bz2
podman-1624fbb9433782709e8e4eb28716d7935f1678ae.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/systemd/system')
-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]