mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
#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)'
|
|
}
|