From: Evgeny Vereshchagin Date: Fri, 9 Oct 2015 03:48:31 +0000 (+0300) Subject: shell-completion: systemd-run: add new properties X-Git-Tag: v228~226^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f961371fb7a6d1cb5897255cd66608bdc43579cc;p=thirdparty%2Fsystemd.git shell-completion: systemd-run: add new properties See: * 602b83559a7cfcd3eee05 * b9c50073fcc1460ca1ff3 --- diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index a948677516e..be34788ab7d 100644 --- 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