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://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28cf382a0afd10d0e2a71d152f0df4909e90d159;p=systemd man: document pidns containers --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index ff199e43..d447c3a0 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 c9c88927..1febd073 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; }