HEX
Server: LiteSpeed
System: Linux server.tenvelop.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
User: livspacetenvelop (1024)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/self/root/usr/share/zsh/site-functions/_sd_unit_files
#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)'
}