Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-11 | execute: Add new PassEnvironment= directive | Filipe Brandenburger | |
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-10-27 | shell-completion: systemd-run: add the property RuntimeDirectory | Evgeny Vereshchagin | |
2015-10-26 | shell-completion: systemd-run: add the property ProtectHome | Evgeny Vereshchagin | |
2015-10-24 | shell-completion: systemd-run: add the property ProtectSystem | Evgeny Vereshchagin | |
2015-10-21 | shell-completion: systemd-run: add new property EnvironmentFile | Nicolas Cornu | |
2015-10-20 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
"ReadWriteDirectories", "ReadOnlyDirectories", "InaccessibleDirectories" | |||
2015-10-17 | shell-completion: systemd-run: add property OOMScoreAdjust | Evgeny Vereshchagin | |
2015-10-15 | shell-completion: systemd-run: add TimerSlackNSec property | Evgeny Vereshchagin | |
2015-10-14 | shell-completion: systemd-run: add SyslogFacility property | Evgeny Vereshchagin | |
2015-10-14 | shell-completion: systemd-run: add SyslogLevel property | Evgeny Vereshchagin | |
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
See: * 602b83559a7cfcd3eee05 * b9c50073fcc1460ca1ff3 | |||
2015-09-01 | run: enable interactive authorization | Evgeny Vereshchagin | |
2015-08-27 | shell-completion: update systemd-run bash completion | Evgeny Vereshchagin | |
Many new options have been added since the bash completion was last updated. | |||
2014-03-17 | systemd-run: extend bash completion | Thomas Hindoe Paaboel Andersen | |
--system -H --host -M --machine --service-type (options: simple forking oneshot dbus notify idle) --uid --gid --nice --setenv -p --property (options read from bus_append_unit_property_assignment) | |||
2013-09-12 | bash-completion: add systemd-run | Zbigniew Jędrzejewski-Szmek | |