diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-09-01 16:43:08 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-09-01 16:43:08 +0000 |
commit | 8c7db2fb2186277f9572d58b664cc59792ee4f50 (patch) | |
tree | 32e1ca8acc353cd93269b07f87e500df15857990 /shell-completion/bash | |
parent | 3a487d41d79b8c24ae6e9b8e86b36bed07f2c20b (diff) |
run: enable interactive authorization
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 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 |