summaryrefslogtreecommitdiff
path: root/shell-completion/bash/systemd-run
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-19 19:02:47 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-19 19:02:47 +0200
commitaa486a72be9903daf870b050616769d1b4e78a33 (patch)
tree6561f4ea355882a41dbc4267c652a27dd85c5586 /shell-completion/bash/systemd-run
parent9badb85de0821c98c7adf5dc90b2ba590987dbb5 (diff)
parente9cc999a306a789049304997f855dec2eabe5579 (diff)
Merge pull request #1598 from evverx/run-oomscoreadjust
systemd-run can launch units with OOMScoreAdjust
Diffstat (limited to 'shell-completion/bash/systemd-run')
-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