Added tag 0.2.7 for changeset 7a1c9a0328586d9cee0df554dc7b02e695f8ab29
[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