From: Zbigniew Jędrzejewski-Szmek Date: Sun, 27 Jul 2014 00:11:58 +0000 (-0400) Subject: bash-completion: use list-unit-files to get "all" units X-Git-Tag: v216~427 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c6a373a26348544d944b08bf0c5dea4f72f6980b;hp=c6a373a26348544d944b08bf0c5dea4f72f6980b;p=elogind.git bash-completion: use list-unit-files to get "all" units I think that it is better to return good results slightly more slowly, than partial quickly. Also reading from disk seems fast enough. Even the delay on first try with completely cold cache is acceptable. This is just for bash, 'cause zsh was already doing this. https://bugzilla.redhat.com/show_bug.cgi?id=790768 ---