clone/update: mark project changed on failure
[girocco.git] / xinetd / README
blob8356f2cfdcab9115927b8f15d8c2f4088d0f7634
1 The git file in this directory is a SAMPLE xinetd file
2 that can be placed in /etc/xinetd.d/ to properly set up the git
3 daemon to enable cloning over the git protocol on port 9418.
5 See comments in the git file for instructions for use with inetd.
7 If you have systemd instead of xinetd/inetd please refer to the
8 ../systemd/README file instead.
10 Please be sure to examine all the paths in the git file
11 and adjust them as necessary for your installation before using!
13 Especially note that if IPv6 is disabled on the system or
14 net.ipv6.bindv6only is enabled (set to other than 0), then the flags
15 setting will certainly need to be adjusted!
17 To pick up the git xinetd changes before the next reboot,
18 after the git file has been installed in /etc/xinetd.d/ run the
19 "sudo killall -HUP xinetd" command.