diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-02 20:16:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-02 20:16:18 +0100 |
commit | 5732a7dbb0efa79cc36c6864a4af2e98685b53d6 (patch) | |
tree | 9f2d3e9f7a5f489eca92b4a39af543c810caac35 /shell-completion/bash | |
parent | 3e66a83cc34a5f201e3afa831c7ad8bc22a8549f (diff) | |
parent | dcebcd7ade39f4137a34dd08991432f8df995867 (diff) |
Merge pull request #1690 from evverx/run-runtime-directory
systemd-run can launch units with RuntimeDirectory
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemd-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index dfcb01231f..7379431b71 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -86,7 +86,7 @@ _systemd_run() { TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= - ProtectSystem= ProtectHome=' + ProtectSystem= ProtectHome= RuntimeDirectory=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 |