mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
4bc5d27b94
Since busname units are only useful with kdbus, they weren't actively used. This was dead code, only compile-tested. If busname units are ever added back, it'll be cleaner to start from scratch (possibly reverting parts of this patch).
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
#autoload
|
|
|
|
_sd_unit_files() {
|
|
local files expl
|
|
files=( '*:files:->files' )
|
|
|
|
_description files expl 'unit file'
|
|
_files "$expl[@]" -g '*.(automount|device|mount|path|service|socket|swap|target|timer)'
|
|
}
|