diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 10:55:04 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:40:46 +0200 |
commit | 2e6946c77717509f3e3d47a2d2ef9411505029e9 (patch) | |
tree | 31057237284d77160f4afb5b4fc569bfeba2ba2c | |
parent | 9312d458b4254b48e331d1ae40cb2f6d0fec9bd0 (diff) | |
download | podman-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>
-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] |