]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: systemd-run: add TimerSlackNSec property 1574/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 15 Oct 2015 10:01:09 +0000 (10:01 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 15 Oct 2015 10:01:09 +0000 (10:01 +0000)
shell-completion/bash/systemd-run

index 462ee33959963d426cbe88274115951f6337b9ff..518812e040958860a20c112c108365fbc14cbecc 100644 (file)
@@ -84,7 +84,7 @@ _systemd_run() {
                          LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
                          PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
                          TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
-                         SyslogFacility='
+                         SyslogFacility= TimerSlackNSec='
 
             COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
             return 0