History log of /systemd/shell-completion/zsh/_systemd-run
Revision Date Author Comments Expand
b4c14404b3e8753c41bac0b1d49369230a15c544 11-Nov-2015 Filipe Brandenburger <filbranden@google.com>

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`.

dcebcd7ade39f4137a34dd08991432f8df995867 27-Oct-2015 Evgeny Vereshchagin <evvers@ya.ru>

shell-completion: systemd-run: add the property RuntimeDirectory

64fa5643df3353260720e7ca7cb484b1f364dbeb 26-Oct-2015 Evgeny Vereshchagin <evvers@ya.ru>

shell-completion: systemd-run: add the property ProtectHome

4e79ac4425ae36a02ba511ebc1c63a9f1a7d2d37 25-Oct-2015 Evgeny Vereshchagin <evvers@ya.ru>

shell-completion: systemd-run: add the property ProtectSystem

7e7cd2526d9deb7d607854212a1573cff737ce00 21-Oct-2015 Nicolas Cornu <ncornu@aldebaran.com>

shell-completion: systemd-run: add new property EnvironmentFile

5ffd7671cc122c9bf808104eca7cc96ca3b3d4d1 21-Oct-2015 Nicolas Cornu <ncornu@aldebaran.com>

Add zsh completion on systemd-run's properties

a80cea68616df5991ed64ed93f956d4377974a21 12-Jan-2015 Ronny Chevalier <chevalier.ronny@gmail.com>

zsh-completion: add missing completions for systemd-run

c0fd7cbd7a3a0aab503393e648b33b6ad49ec485 10-Nov-2013 William Giokas <1007380@gmail.com>

zsh-completion: Move machine listing to autoload 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.

f49e8bc4722aa581f655f81b87608709b6bcda38 07-Nov-2013 Ronny Chevalier <chevalier.ronny@gmail.com>

zsh-completion: add missing options for systemd-run

d74ab852161d2dc4093d369495ddfa18460cfd76 31-Oct-2013 Ronny Chevalier <chevalier.ronny@gmail.com>

zsh-completion: add systemd-run