From: Evgeny Vereshchagin Date: Sat, 17 Oct 2015 20:02:56 +0000 (+0000) Subject: shell-completion: systemd-run: add property OOMScoreAdjust X-Git-Tag: v228~187^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9cc999a306a789049304997f855dec2eabe5579;p=platform%2Fupstream%2Fsystemd.git shell-completion: systemd-run: add property OOMScoreAdjust --- diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 518812e..ea59a42 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -84,7 +84,7 @@ _systemd_run() { LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices= PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory= TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= - SyslogFacility= TimerSlackNSec=' + SyslogFacility= TimerSlackNSec= OOMScoreAdjust=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0