#compdef Start Restart Stop Reload ## vim:ft=zsh local arguments arguments=( '*:file:_path_files -W /etc/init.d -g "*(*)"' ) _arguments -s $arguments