Systemd/shell-completion
Filipe Brandenburger b4c14404b3 execute: Add new PassEnvironment= directive
This directive allows passing environment variables from the system
manager to spawned services. Variables in the system manager can be set
inside a container by passing `--set-env=...` options to systemd-spawn.

Tested with an on-disk test.service unit. Tested using multiple variable
names on a single line, with an empty setting to clear the current list
of variables, with non-existing variables.

Tested using `systemd-run -p PassEnvironment=VARNAME` to confirm it
works with transient units.

Confirmed that `systemctl show` will display the PassEnvironment
settings.

Checked that man pages are generated correctly.

No regressions in `make check`.
2015-11-11 07:55:23 -08:00
..
bash execute: Add new PassEnvironment= directive 2015-11-11 07:55:23 -08:00
zsh execute: Add new PassEnvironment= directive 2015-11-11 07:55:23 -08:00
Makefile build-sys: add missing makefile symlinks 2014-02-26 02:19:28 +01:00