summaryrefslogtreecommitdiff
path: root/testing/git/git-daemon@.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-18 00:02:28 +0000
committerroot <root@rshg054.dnsready.net>2012-08-18 00:02:28 +0000
commit948da5eabcbf8d74270e661d0730ba1c203913f5 (patch)
tree8536fd0b4622f9f6c77cb4716bf5c315c457038a /testing/git/git-daemon@.service
parentbbf2c63849bdf1654e767058f277da2e983c5f0b (diff)
Sat Aug 18 00:02:28 UTC 2012
Diffstat (limited to 'testing/git/git-daemon@.service')
-rw-r--r--testing/git/git-daemon@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/git/git-daemon@.service b/testing/git/git-daemon@.service
new file mode 100644
index 000000000..67d4cfa9c
--- /dev/null
+++ b/testing/git/git-daemon@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Git Daemon Instance
+After=network.target
+
+[Service]
+User=git
+# The '-' is to ignore non-zero exit statuses
+ExecStart=-/usr/lib/git-core/git-daemon --inetd --export-all --base-path=/srv/git
+StandardInput=socket
+StandardOutput=inherit
+StandardError=journal