Skip to content

Commit

Permalink
podman.service: remove stop timeout
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vrothberg committed Jul 20, 2020
1 parent 9312d45 commit 2e6946c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/systemd/system/podman.service
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2e6946c

Please sign in to comment.