From e9cc999a306a789049304997f855dec2eabe5579 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sat, 17 Oct 2015 20:02:56 +0000 Subject: shell-completion: systemd-run: add property OOMScoreAdjust --- shell-completion/bash/systemd-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash/systemd-run') diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 518812e040..ea59a42407 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 -- cgit v1.2.3-54-g00ecf