diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-01 19:39:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-01 19:39:35 +0200 |
commit | 0d624a785aed0423ee87f70d33de97df9662844b (patch) | |
tree | 5e69ac46a4c450cb8e3c17ad851ec4ac5f636a75 /man/systemd.unit.xml | |
parent | 16c42ce173e8c1e64b6d9275719a405c891b0d22 (diff) |
man: finish service man page
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 3509388c7d..81634410c1 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -102,6 +102,16 @@ <option>false</option> and <option>off</option> are equivalent.</para> + <para>Time span values encoded in unit files can be + written in various formats. A stand-alone number + specifies a time in seconds. If suffixed with a time + unit, the unit is honored. A concatentation of + multiple value with units is supported, in which case + the values are added up. Example: "50" refers to 50 + seconds; "2min 200ms" refers to 2 minutes plus 200 + milliseconds, i.e. 120200ms. The following time units + are understood: s, min, h, d, w, ms, us.</para> + <para>Empty lines and lines starting with # or ; are ignored. This may be used for commenting.</para> |