Added tag 0.1-27 for changeset 9dfbc8d05aec81071575229fcc2421d1a463fac3
[grml-etc-core.git] / etc / zsh / site-functions / _grmlinitd
1 #compdef Start Restart Stop Reload
2 local scripts
3 scripts=( ${$(print /etc/init.d/*(x)):t} )
4 _describe "service startup script" scripts