mirror of
https://github.com/containers/podman.git
synced 2026-07-11 15:55:22 -04:00
The documentation incorrectly stated that TimeoutStartSec "cannot be used" with Type=oneshot services. According to systemd.service(5), the startup timeout is simply disabled by default (set to infinity) for oneshot services, but TimeoutStartSec can still be explicitly configured if a timeout is desired. Signed-off-by: Daniel Pereira <zdaniel.gp@gmail.com>