From 8095200d05ad28e84a3480f94f061783150db81e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Sep 2011 17:09:49 +0200 Subject: condition: optionally test against type of virtualization (vm vs. container) --- man/systemd.unit.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 9066e66cc2..bf8de322dd 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -707,8 +707,8 @@ is similar to ConditionPathExists= but verifies whether a certain path - exists and is a - symbolic link. ConditionPathIsMountPoint= + exists and is a symbolic + link. ConditionPathIsMountPoint= is similar to ConditionPathExists= but verifies whether a certain path @@ -746,13 +746,19 @@ whether it is a specific implementation. Takes either boolean value to check if being executed in - any virtual environment or one of + any virtualized environment, or one of + vm and + container to test against + a specific type of virtualization + solution, or one of qemu, kvm, vmware, microsoft, oracle, xen, + bochs, + chroot, openvz, lxc, systemd-nspawn, -- cgit v1.2.3-54-g00ecf