diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-25 13:56:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-25 13:56:40 +0100 |
commit | 7c257428969aaba2acc4e26753c86d6f4774354a (patch) | |
tree | 70cca6d7b69e23b2105d403140cde59bac42ba78 /shell-completion/zsh | |
parent | 8e0dfb6b8e7a0933c14ded7348e7b778a603aa37 (diff) | |
parent | 4e79ac4425ae36a02ba511ebc1c63a9f1a7d2d37 (diff) |
Merge pull request #1667 from evverx/run-protect-system
systemd-run can launch units with ProtectSystem
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/_systemd-run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run index cd9d47b42b..3254d05135 100644 --- a/shell-completion/zsh/_systemd-run +++ b/shell-completion/zsh/_systemd-run @@ -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' \ |