From: Lennart Poettering Date: Fri, 18 Mar 2011 03:49:53 +0000 (+0100) Subject: man: document pidns containers X-Git-Tag: v21~43 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=28cf382a0afd10d0e2a71d152f0df4909e90d159;hp=e2130f189a543c859b569985d8670132df40673e man: document pidns containers --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index ff199e43c..d447c3a0a 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -618,6 +618,7 @@ microsoft, oracle, xen, + pidns, openvz to test against a specific implementation. The test may be negated by prepending an diff --git a/src/util.c b/src/util.c index c9c88927b..1febd073d 100644 --- a/src/util.c +++ b/src/util.c @@ -3991,7 +3991,7 @@ int detect_container(const char **id) { fclose(f); if (id) - *id = "ns"; + *id = "pidns"; return 1; }