summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-14 19:39:28 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-14 19:39:28 +0200
commit64f283c39b1b8311f4dd99466ecc8df7e4407950 (patch)
tree33528fafccaf94de0ec165007446ec662623973f /shell-completion
parent6777e2ad7282bb52076b92e130cba17cebb81b02 (diff)
parente0d6e0fa55054b7eacf58c511abff710fef5712f (diff)
Merge pull request #1528 from evverx/systemd-run-syslog-pri-fac
systemd-run can launch units with SyslogLevel and SyslogFacility
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemd-run3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run
index b1387a28b6..462ee33959 100644
--- a/shell-completion/bash/systemd-run
+++ b/shell-completion/bash/systemd-run
@@ -83,7 +83,8 @@ _systemd_run() {
LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE=
LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
- TTYPath= SyslogIdentifier= SyslogLevelPrefix='
+ TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
+ SyslogFacility='
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0