diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-11-08 15:06:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 15:06:37 +0100 |
commit | e2de2d28f40ff5dded8104044792fb58cdd0afa6 (patch) | |
tree | 28111f462ae3e0ff6db56edf145e617c7708a5c3 /shell-completion/bash | |
parent | implement aliasing for systemd-analyze verify (diff) | |
parent | Use ExitType=cgroup for autostart generated services (diff) | |
download | systemd-e2de2d28f40ff5dded8104044792fb58cdd0afa6.tar.xz systemd-e2de2d28f40ff5dded8104044792fb58cdd0afa6.zip |
Merge pull request #20813 from unusual-thoughts/exittype_v2
Reintroduce 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= |