projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460ed92
)
shell-completion: systemd-run: add SyslogFacility property
author
Evgeny Vereshchagin
<evvers@ya.ru>
Sun, 11 Oct 2015 03:57:07 +0000
(
03:57
+0000)
committer
Evgeny Vereshchagin
<evvers@ya.ru>
Wed, 14 Oct 2015 15:05:14 +0000
(15:05 +0000)
shell-completion/bash/systemd-run
patch
|
blob
|
history
diff --git
a/shell-completion/bash/systemd-run
b/shell-completion/bash/systemd-run
index fe1aa36ca900f26f4006dfa9e865b8ac150511ce..462ee33959963d426cbe88274115951f6337b9ff 100644
(file)
--- a/
shell-completion/bash/systemd-run
+++ b/
shell-completion/bash/systemd-run
@@
-83,7
+83,8
@@
_systemd_run() {
LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE=
LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
- TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel='
+ TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
+ SyslogFacility='
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0