summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-21 12:08:44 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-21 12:08:44 +0200
commit5e4cecfb67efa5f62345271af30865de1721b8f2 (patch)
tree28c341274e428dc3c3d29ebb612a9bbdd53c87ba /shell-completion
parent27f9eda40a73d419ddb7a62b67a7284f5543180d (diff)
parent64a713d94dea614ac6bd35d8c4b1d5b96add3347 (diff)
Merge pull request #1623 from evverx/run-rw-ro-ia-dirs
systemd-run can launch units with ReadWriteDirectories, ReadOnlyDirectories, InaccessibleDirectories
Diffstat (limited to 'shell-completion')
-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 ea59a42407..63c50c97ff 100644
--- a/shell-completion/bash/systemd-run
+++ b/shell-completion/bash/systemd-run
@@ -84,7 +84,8 @@ _systemd_run() {
LimitNICE= LimitRTPRIO= LimitRTTIME= PrivateTmp= PrivateDevices=
PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory=
TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel=
- SyslogFacility= TimerSlackNSec= OOMScoreAdjust='
+ SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories=
+ ReadOnlyDirectories= InaccessibleDirectories='
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
return 0