diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 10:55:04 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-21 09:03:32 +0200 |
commit | 1624fbb9433782709e8e4eb28716d7935f1678ae (patch) | |
tree | 0b7f0f1565377fb8000d3c11549204a5e821cbb4 /contrib/systemd/system | |
parent | 48cb5f048e29aadb1eed319117e529c05c850533 (diff) | |
download | podman-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.service | 1 |
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] |