You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
460 B
14 lines
460 B
# default: off |
|
# description: The git dæmon allows git repositories to be exported using \ |
|
# the git:// protocol. |
|
|
|
service git |
|
{ |
|
disable = yes |
|
socket_type = stream |
|
wait = no |
|
user = nobody |
|
server = @GITCOREDIR@/git-daemon |
|
server_args = --base-path=@BASE_PATH@ --export-all --user-path=public_git --syslog --inetd --verbose |
|
log_on_failure += USERID |
|
}
|
|
|