summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-17 20:02:56 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-17 20:03:40 +0000
commite9cc999a306a789049304997f855dec2eabe5579 (patch)
tree02f13ec812ca0909ed59941a85936c19de56f494 /shell-completion
parent6b862936c7c1a55a886e55c247b8fd3b5f41bdfd (diff)
shell-completion: systemd-run: add property OOMScoreAdjust
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemd-run2
1 files changed, 1 insertions, 1 deletions
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