projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767e2d5
)
shell-completion: systemd-run: add new properties
author
Evgeny Vereshchagin
<evvers@ya.ru>
Fri, 9 Oct 2015 03:48:31 +0000
(06:48 +0300)
committer
Evgeny Vereshchagin
<evvers@ya.ru>
Fri, 9 Oct 2015 03:49:46 +0000
(06:49 +0300)
See:
*
602b83559a7cfcd3eee05
*
b9c50073fcc1460ca1ff3
shell-completion/bash/systemd-run
patch
|
blob
|
history
diff --git
a/shell-completion/bash/systemd-run
b/shell-completion/bash/systemd-run
index a948677516ea3366cd5a5b2a0b60cbf9bee8cb3b..be34788ab7d71265c8eda251917105ab998b2929 100644
(file)
--- a/
shell-completion/bash/systemd-run
+++ b/
shell-completion/bash/systemd-run
@@
-81,7
+81,9
@@
_systemd_run() {
KillSignal= LimitCPU= LimitFSIZE= LimitDATA= LimitSTACK=
LimitCORE= LimitRSS= LimitNOFILE= LimitAS= LimitNPROC=
LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE=
- LimitNICE= LimitRTPRIO= LimitRTTIME='
+ LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
+ PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
+ TTYPath='
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0