[Mageia-sysadm] [804] oops, add missing file
root at mageia.org
root at mageia.org
Sun Jan 16 14:15:25 CET 2011
Revision: 804
Author: misc
Date: 2011-01-16 14:15:25 +0100 (Sun, 16 Jan 2011)
Log Message:
-----------
oops, add missing file
Added Paths:
-----------
puppet/modules/git/templates/
puppet/modules/git/templates/xinetd
Added: puppet/modules/git/templates/xinetd
===================================================================
--- puppet/modules/git/templates/xinetd (rev 0)
+++ puppet/modules/git/templates/xinetd 2011-01-16 13:15:25 UTC (rev 804)
@@ -0,0 +1,13 @@
+service git
+{
+ disable = no
+ type = UNLISTED
+ port = 9418
+ socket_type = stream
+ server = /usr/lib/git-core/git-daemon
+ wait = no
+ user = nobody
+ server_args = --inetd --verbose --export-all --base-path=<%= git_base_path %>
+ log_on_failure += HOST
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110116/6f76be68/attachment.html>
More information about the Mageia-sysadm
mailing list