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-21 | Add zsh completion on systemd-run's properties | Nicolas Cornu | |
2015-01-12 | zsh-completion: add missing completions for systemd-run | Ronny Chevalier | |
2013-11-09 | zsh-completion: Move machine listing to autoload | William Giokas | |
Instead of having two different listings of machines, use an autoloaded function that can be used by other shell completions in the future. It will also allow editing a single file to change the way machinectl and systemd-run completion for machines. | |||
2013-11-07 | zsh-completion: add missing options for systemd-run | Ronny Chevalier | |
2013-10-30 | zsh-completion: add systemd-run | Ronny Chevalier | |