From: Evgeny Vereshchagin Date: Sun, 11 Oct 2015 03:57:07 +0000 (+0000) Subject: shell-completion: systemd-run: add SyslogFacility property X-Git-Tag: v228~203^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75d73dc9d08c39ca5e413e4045daf1de61ea7ee6;p=thirdparty%2Fsystemd.git shell-completion: systemd-run: add SyslogFacility property --- diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index fe1aa36ca90..462ee339599 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