Sign in
third-party-mirror
/
systemd
/
2398d87694e8af48e92ff8fb5f9cf273f706fb00
/
.
/
shell-completion
/
zsh
/
_sd_unit_files
blob: 654f48fca5eb5a4c99df7c0f3cd585b0ed820ca4 [
file
] [
log
] [
blame
]
#autoload
# SPDX-License-Identifier: LGPL-2.1-or-later
_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)'
}