Correction : vm_hosted : rule_user{,_root}_configure : adm -> root .
[lhc/ateliers.git] / etc / xinetd.d / git
1 service git
2 {
3 disable = no
4 env =
5 group = git-daemon
6 groups = no
7 id = git
8 instances = 5
9 log_on_failure += HOST
10 log_on_success += PID HOST DURATION
11 max_load = 5
12 passenv =
13 port = 9418
14 protocol = tcp
15 server = /usr/bin/git
16 server_args = daemon --inetd --verbose --base-path=/home/git/pub/git --interpolated-path=/home/git/srv/git/%H%D --syslog --user-path=pub/git -- /home/git/pub/git
17 socket_type = stream
18 type = UNLISTED
19 user = git-daemon
20 wait = no
21 }