From 28cf382a0afd10d0e2a71d152f0df4909e90d159 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Mar 2011 04:49:53 +0100 Subject: [PATCH 1/1] man: document pidns containers --- man/systemd.unit.xml | 1 + src/util.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.30.2