]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: systemd-run: add the property ProtectSystem 1667/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 24 Oct 2015 22:49:46 +0000 (22:49 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sat, 24 Oct 2015 22:49:46 +0000 (22:49 +0000)
shell-completion/bash/systemd-run
shell-completion/zsh/_systemd-run

index 4940744f31f99fa4c640f56069e9a3dcae37cd32..dee47d9dbea0125bac86d8be34c9f78c40e4c5f9 100644 (file)
@@ -85,7 +85,8 @@ _systemd_run() {
                          PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
                          TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
                          SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories=
-                         ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile='
+                         ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile=
+                         ProtectSystem='
 
             COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
             return 0
index cd9d47b42bf07102bf599cd082ddf726152b9377..3254d05135766b1028a3b503f993038b9d15f8fa 100644 (file)
@@ -39,6 +39,7 @@ _arguments \
                 TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= \
                 SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= \
                 ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= \
+                ProtectSystem= \
                 ))' \
         '--description=[Description for unit]:description' \
         '--slice=[Run in the specified slice]:slices:__slices' \