mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
b4c14404b3
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`. |
||
---|---|---|
.. | ||
.gitignore | ||
bootctl | ||
busctl | ||
coredumpctl | ||
hostnamectl | ||
journalctl | ||
kernel-install | ||
localectl | ||
loginctl | ||
machinectl | ||
Makefile | ||
networkctl | ||
systemctl.in | ||
systemd-analyze | ||
systemd-cat | ||
systemd-cgls | ||
systemd-cgtop | ||
systemd-delta | ||
systemd-detect-virt | ||
systemd-nspawn | ||
systemd-path | ||
systemd-run | ||
timedatectl | ||
udevadm |