summarylogtreecommitdiffstats
path: root/git-daemon.socket
diff options
context:
space:
mode:
authorKamran Mackey2015-12-08 04:46:37 -0700
committerKamran Mackey2015-12-08 04:46:37 -0700
commit24937639725b3d19118688e90e3ce0221149b74d (patch)
tree3d64f3db2dcda6f3de8ba1132bec600223b07550 /git-daemon.socket
parent53105938574bc0ecee5b4fdd58a6e03a97f196f9 (diff)
downloadaur-24937639725b3d19118688e90e3ce0221149b74d.tar.gz
There we go.
Added the systemd unit files to the source array. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
Diffstat (limited to 'git-daemon.socket')
-rw-r--r--git-daemon.socket9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-daemon.socket b/git-daemon.socket
new file mode 100644
index 000000000000..58ed2f154600
--- /dev/null
+++ b/git-daemon.socket
@@ -0,0 +1,9 @@
+[Unit]
+Description=Git Daemon Socket
+
+[Socket]
+ListenStream=9418
+Accept=true
+
+[Install]
+WantedBy=sockets.target