diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-10 12:37:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-10 12:37:21 +0200 |
commit | e737ef153c41435f1ad42b51233eedfb279e2ff7 (patch) | |
tree | 5f8480f0c3de8263bf620ca4253a099cec448c3c /man | |
parent | 26d32dc5ee6d288108001f3fb7d45e25be441e14 (diff) |
man: reference table in systemd-detect-virt(1) from ConditionVirtualization= documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index ec7ca5634e..e9395ff16f 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1018,13 +1018,17 @@ <varname>openvz</varname>, <varname>lxc</varname>, <varname>lxc-libvirt</varname>, - <varname>systemd-nspawn</varname> to - test against a specific - implementation. If multiple - virtualization technologies are nested, - only the innermost is considered. The - test may be negated by prepending an - exclamation mark.</para> + <varname>systemd-nspawn</varname>, + <varname>docker</varname> to test + against a specific implementation. See + <citerefentry><refentrytitle>systemd-detect-virt</refentrytitle><manvolnum>1</manvolnum></citerefentry> + for a full list of known + virtualization technologies and their + identifiers. If multiple + virtualization technologies are + nested, only the innermost is + considered. The test may be negated by + prepending an exclamation mark.</para> <para><varname>ConditionHost=</varname> may be used to match against the |