diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/git/templates/xinetd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/templates/xinetd b/modules/git/templates/xinetd index fca29051..2cbf78e3 100644 --- a/modules/git/templates/xinetd +++ b/modules/git/templates/xinetd @@ -9,5 +9,6 @@ service git user = nobody server_args = --inetd --verbose --export-all --base-path=<%= git_base_path %> log_on_failure += HOST + flags = IPv6 } |