projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de53c41
)
shell-completion: systemd-run: add new properties
author
Evgeny Vereshchagin
<evvers@ya.ru>
Fri, 9 Oct 2015 12:42:34 +0000
(12:42 +0000)
committer
Evgeny Vereshchagin
<evvers@ya.ru>
Fri, 9 Oct 2015 12:42:34 +0000
(12:42 +0000)
shell-completion/bash/systemd-run
patch
|
blob
|
history
diff --git
a/shell-completion/bash/systemd-run
b/shell-completion/bash/systemd-run
index be34788ab7d71265c8eda251917105ab998b2929..b1387a28b634a9eddde25d9ac593e4c5350b0cbb 100644
(file)
--- a/
shell-completion/bash/systemd-run
+++ b/
shell-completion/bash/systemd-run
@@
-83,7
+83,7
@@
_systemd_run() {
LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE=
LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
- TTYPath='
+ TTYPath=
SyslogIdentifier= SyslogLevelPrefix=
'
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0