diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-01 19:08:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-01 19:08:17 +0200 |
commit | a9326c4046d1d4b6a7bfea28503b54b973d2abd9 (patch) | |
tree | 32e1ca8acc353cd93269b07f87e500df15857990 /shell-completion/bash/systemd-run | |
parent | 3a487d41d79b8c24ae6e9b8e86b36bed07f2c20b (diff) | |
parent | 8c7db2fb2186277f9572d58b664cc59792ee4f50 (diff) |
Merge pull request #1110 from evverx/run-interactive-auth
run: enable interactive authorization
Diffstat (limited to 'shell-completion/bash/systemd-run')
-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 63c831b8f1..a948677516 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -36,7 +36,7 @@ _systemd_run() { -r --remain-after-exit --send-sighup -H --host -M --machine --service-type --on-active --on-boot --on-startup --on-unit-active --on-unit-inactive --on-calendar --timer-property -t --pty -q --quiet --no-block - --uid --gid --nice --setenv -p --property' + --uid --gid --nice --setenv -p --property --no-ask-password' local mode=--system local i |