nspawn: deprecate --share-system support
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Jul 2016 12:56:17 +0000 (14:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Aug 2016 12:52:16 +0000 (14:52 +0200)
commita6b5216c7cb3055cd234bacac3f785f86dbaf873
treeef69ef5f6f463a18e63c7dc2adc93e3ee0d002c2
parent3539724c26a1b2b00c4eb3c004b635a4b8647de6
nspawn: deprecate --share-system support

This removes the --share-system switch: from the documentation, the --help text
as well as the command line parsing. It's an ugly option, given that it kinda
contradicts the whole concept of PID namespaces that nspawn implements. Since
it's barely ever used, let's just deprecate it and remove it from the options.

It might be useful as a debugging option, hence the functionality is kept
around for now, exposed via an undocumented $SYSTEMD_NSPAWN_SHARE_SYSTEM
environment variable.
man/systemd-nspawn.xml
src/nspawn/nspawn.c