summaryrefslogtreecommitdiff
path: root/dev-vcs/git/files/git-daemon_at-r1.service
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git/files/git-daemon_at-r1.service')
-rw-r--r--dev-vcs/git/files/git-daemon_at-r1.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-vcs/git/files/git-daemon_at-r1.service b/dev-vcs/git/files/git-daemon_at-r1.service
deleted file mode 100644
index 0a1bd14b16a3..000000000000
--- a/dev-vcs/git/files/git-daemon_at-r1.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Git Repositories Server Daemon
-Documentation=man:git-daemon(1)
-
-[Service]
-User=nobody
-Group=nobody
-# Ignore non-zero exit status, access error makes git-daemon return them
-ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose
-StandardInput=socket
-StandardOutput=inherit
-StandardError=journal