chiark / gitweb /
sysv-generator: Skip init scripts for existing native services
[elogind.git] / shell-completion / zsh / _sd_unit_files
1 #autoload
2
3 _sd_unit_files() {
4     local files expl
5     files=( '*:files:->files' )
6
7     _description files expl 'unit file'
8     _files "$expl[@]" -g '*.(automount|busname|device|mount|path|service|snapshot|socket|swap|target|timer)'
9 }