Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-45
/
.
/
shell-completion
/
zsh
/
_sd_unit_files
blob: cce44423e969b6047f23f054bb02faf4b968cc15 [
file
] [
log
] [
blame
] [
raw
]
#autoload
# SPDX-License-Identifier: LGPL-2.1+
_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)'
}