aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/templates/xinetd')
-rw-r--r--modules/subversion/templates/xinetd14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/subversion/templates/xinetd b/modules/subversion/templates/xinetd
new file mode 100644
index 00000000..41759c00
--- /dev/null
+++ b/modules/subversion/templates/xinetd
@@ -0,0 +1,14 @@
+# default: off
+# description: svnserve is the server part of Subversion.
+service svnserve
+{
+ disable = no
+ port = 3690
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = svn
+ server = /usr/bin/svnserve
+ server_args = -i -r <%= svn_base_path %>
+}
+