mirror of
https://git.proxmox.com/git/systemd
synced 2025-05-25 19:34:54 +00:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
#autoload
|
|
|
|
_sd_unit_files() {
|
|
local files expl
|
|
files=( '*:files:->files' )
|
|
|
|
_description files expl 'unit file'
|
|
_files "$expl[@]" -g '*.(automount|busname|device|mount|path|service|socket|swap|target|timer)'
|
|
}
|