summaryrefslogtreecommitdiff
path: root/shell-completion/bash/systemd-run
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-25 13:56:40 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-25 13:56:40 +0100
commit7c257428969aaba2acc4e26753c86d6f4774354a (patch)
tree70cca6d7b69e23b2105d403140cde59bac42ba78 /shell-completion/bash/systemd-run
parent8e0dfb6b8e7a0933c14ded7348e7b778a603aa37 (diff)
parent4e79ac4425ae36a02ba511ebc1c63a9f1a7d2d37 (diff)
Merge pull request #1667 from evverx/run-protect-system
systemd-run can launch units with ProtectSystem
Diffstat (limited to 'shell-completion/bash/systemd-run')
-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