]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: systemd-run: add the property RuntimeDirectory 1690/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 27 Oct 2015 01:59:01 +0000 (04:59 +0300)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 27 Oct 2015 02:18:12 +0000 (05:18 +0300)
shell-completion/bash/systemd-run
shell-completion/zsh/_systemd-run

index dfcb01231fd7aa8ef61475668c2ec8ec5ba0d4b2..7379431b71709289305b7b472083c935d58a67d6 100644 (file)
@@ -86,7 +86,7 @@ _systemd_run() {
                          TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
                          SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories=
                          ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile=
-                         ProtectSystem= ProtectHome='
+                         ProtectSystem= ProtectHome= RuntimeDirectory='
 
             COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
             return 0
index d4fa39341cb66c765a150781756a5b42819f9ded..8bb0156a8522b5a76481a0f100e95b6a4ca933b6 100644 (file)
@@ -39,7 +39,7 @@ _arguments \
                 TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= \
                 SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= \
                 ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= \
-                ProtectSystem= ProtectHome= \
+                ProtectSystem= ProtectHome= RuntimeDirectory= \
                 ))' \
         '--description=[Description for unit]:description' \
         '--slice=[Run in the specified slice]:slices:__slices' \