diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-11 03:57:07 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-14 15:05:14 +0000 |
commit | 75d73dc9d08c39ca5e413e4045daf1de61ea7ee6 (patch) | |
tree | 6b6093ce702c1ebf4f586f03728bf5166208ec31 /shell-completion | |
parent | 460ed929cf2081e5a445b9e8fedbbaf0da7eff44 (diff) |
shell-completion: systemd-run: add SyslogFacility property
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemd-run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index fe1aa36ca9..462ee33959 100644 --- 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 |