diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-20 19:59:43 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-20 22:03:49 +0000 |
commit | 64a713d94dea614ac6bd35d8c4b1d5b96add3347 (patch) | |
tree | 0687badb26f5188a9283a7f0e008c47c0fe639fc /shell-completion | |
parent | 08596068d74caa890b3fe460b0ce123883b9d330 (diff) |
shell-completion: systemd-run: add new properties
"ReadWriteDirectories", "ReadOnlyDirectories", "InaccessibleDirectories"
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemd-run | 3 |
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 |