How to stop git-daemon on debian

I'm running debian lenny server, and I've installed git on it. Now there is a git-daemon process (and appropriate opened port), but there is no /etc/init.d/git script that I could stop. I know there is /etc/sv/git-daemon/run but that doesn't help me stopping it either.


git-daemon under Debian is managed by runit.

sv stop git-daemon

should do it.


As far as I recall the git-daemon-run package should provide the /etc/init.d/git-daemon