Open mvorisek opened 2 years ago
Yes, that should be in the next version.
Looking for "infinity" it seems that using "0" is an undocumented feature of systemd.
https://www.freedesktop.org/software/systemd/man/systemd.service.html
Such things are quite usual in the systemd world, so I'll put that also on the list of checks that the systemctl-replacement script will show a warning for.
Some services like mysql server use
0
for timeout which should imply, based on the official https://github.com/systemd/systemd/pull/10501, infinity waitExample config:
The
docker-systemctl-replacement
must wait at leastDefaultMaximumTimeout
(as defined insystemctl3.py
) when0
,0s
orinfinity
is specified.