12a6a448f4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/git#58dc6bb36a79726ca510aab470bf32d8e9876689
15 lines
460 B
Plaintext
15 lines
460 B
Plaintext
# 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 = @GITEXECDIR@/git-daemon
|
|
server_args = --base-path=@BASE_PATH@ --export-all --user-path=public_git --syslog --inetd --verbose
|
|
log_on_failure += USERID
|
|
}
|