runc/docs
Kir Kolyshkin 1cd71dfd71 systemd properties: support for *Sec values
Some systemd properties are documented as having "Sec" suffix
(e.g. "TimeoutStopSec") but are expected to have "USec" suffix
when passed over dbus, so let's provide appropriate conversion
to improve compatibility.

This means, one can specify TimeoutStopSec with a numeric argument,
in seconds, and it will be properly converted to TimeoutStopUsec
with the argument in microseconds. As a side bonus, even float
values are converted, so e.g. TimeoutStopSec=1.5 is possible.

This turned out a bit more tricky to implement when I was
originally expected, since there are a handful of numeric
types in dbus and each one requires explicit conversion.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-02-17 16:07:19 -08:00
..
Security-Audit.pdf Adding .pdf of audit 2020-01-31 10:59:43 +11:00
checkpoint-restore.md Add 'org.criu.config' annotation documentation 2019-01-15 19:54:47 +01:00
systemd-properties.md systemd properties: support for *Sec values 2020-02-17 16:07:19 -08:00
terminals.md docs: add information about terminals 2018-06-25 05:34:50 +10:00