summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-24 22:49:46 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-24 22:49:46 +0000
commit4e79ac4425ae36a02ba511ebc1c63a9f1a7d2d37 (patch)
treef0d48547ff9b781ca24655d086754d62a183c3b7 /shell-completion/bash
parent5664e6cf463920a3365a891f07bad98207ff5aab (diff)
shell-completion: systemd-run: add the property ProtectSystem
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/systemd-run3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run
index 4940744f31..dee47d9dbe 100644
--- a/shell-completion/bash/systemd-run
+++ b/shell-completion/bash/systemd-run
@@ -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