gitosis/etc-event.d-local-git-daemon

12 lines
236 B
Plaintext
Raw Permalink Normal View History

2007-11-25 17:14:29 +01:00
start on startup
stop on shutdown
2015-01-22 19:43:39 +01:00
exec /usr/bin/git daemon \
2007-11-25 17:14:29 +01:00
--user=git --group=git \
--user-path=public-git \
--verbose \
--reuseaddr \
--base-path=/srv/example.com/git/repositories/ \
/srv/example.com/git/repositories/
respawn