diff options
author | Henri Chain <henri.chain@enioka.com> | 2021-02-24 16:13:21 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-31 10:26:07 +0200 |
commit | cb0e818f7cc2499d81ef143e5acaa00c6e684711 (patch) | |
tree | 0a1276b1571c2653ecd0c3e1232a910aa14862f7 /shell-completion/bash | |
parent | Merge pull request #18777 from yuwata/network-set-ifname-to-engines (diff) | |
download | systemd-cb0e818f7cc2499d81ef143e5acaa00c6e684711.tar.xz systemd-cb0e818f7cc2499d81ef143e5acaa00c6e684711.zip |
Introduce ExitType
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemd-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 76b9700f79..c5db8b77bd 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -78,7 +78,7 @@ _systemd_run() { -p|--property) local comps='CPUAccounting= MemoryAccounting= BlockIOAccounting= SendSIGHUP= SendSIGKILL= MemoryLimit= CPUShares= BlockIOWeight= User= Group= - DevicePolicy= KillMode= DeviceAllow= BlockIOReadBandwidth= + DevicePolicy= KillMode= ExitType= DeviceAllow= BlockIOReadBandwidth= BlockIOWriteBandwidth= BlockIODeviceWeight= Nice= Environment= KillSignal= RestartKillSignal= FinalKillSignal= LimitCPU= LimitFSIZE= LimitDATA= LimitSTACK= LimitCORE= LimitRSS= LimitNOFILE= LimitAS= LimitNPROC= |