Comment 5 for bug 153048

Revision history for this message
Mark Carter (mcturra2000) wrote : Re: git-daemon-run doesn't

To get the server to run on startup:

sudo gedit /etc/event.d/runsvdir

and include the lines:
start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5
stop on shutdown
respawn
exec /usr/sbin/runsvdir-start

IMO, this should be handled by the package, too.