]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: systemd-run: add SyslogLevel property
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 11 Oct 2015 03:39:46 +0000 (03:39 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 14 Oct 2015 14:48:55 +0000 (14:48 +0000)
shell-completion/bash/systemd-run

index b1387a28b634a9eddde25d9ac593e4c5350b0cbb..fe1aa36ca900f26f4006dfa9e865b8ac150511ce 100644 (file)
@@ -83,7 +83,7 @@ _systemd_run() {
                          LimitMEMLOCK= LimitLOCKS= LimitSIGPENDING= LimitMSGQUEUE=
                          LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
                          PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
-                         TTYPath= SyslogIdentifier= SyslogLevelPrefix='
+                         TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel='
 
             COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
             return 0