]> git.openstreetmap.org Git - chef.git/blob - cookbooks/git/templates/default/xinetd.erb
Remove arcfour (RC4) cipher no longer available in newer OpenSSH
[chef.git] / cookbooks / git / templates / default / xinetd.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 service git
4 {
5         disable         = no
6         socket_type     = stream
7         wait            = no
8         user            = nobody
9         server          = /usr/lib/git-core/git-daemon
10         server_args     = --base-path=<%= node[:git][:directory] %> --export-all --syslog --inetd --verbose
11         log_on_failure  += USERID
12         flags           = ipv6
13 }