mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
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>
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user