mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
man: document pidns containers
This commit is contained in:
@@ -618,6 +618,7 @@
|
||||
<varname>microsoft</varname>,
|
||||
<varname>oracle</varname>,
|
||||
<varname>xen</varname>,
|
||||
<varname>pidns</varname>,
|
||||
<varname>openvz</varname> to test
|
||||
against a specific implementation. The
|
||||
test may be negated by prepending an
|
||||
|
||||
@@ -3991,7 +3991,7 @@ int detect_container(const char **id) {
|
||||
fclose(f);
|
||||
|
||||
if (id)
|
||||
*id = "ns";
|
||||
*id = "pidns";
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user