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)'
}