11 lines
236 B
Text
11 lines
236 B
Text
start on startup
|
|
stop on shutdown
|
|
|
|
exec /usr/bin/git-daemon \
|
|
--user=git --group=git \
|
|
--user-path=public-git \
|
|
--verbose \
|
|
--reuseaddr \
|
|
--base-path=/srv/example.com/git/repositories/ \
|
|
/srv/example.com/git/repositories/
|
|
respawn
|