aboutsummaryrefslogtreecommitdiff
path: root/repos/core/git/run
diff options
context:
space:
mode:
Diffstat (limited to 'repos/core/git/run')
-rwxr-xr-xrepos/core/git/run12
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/core/git/run b/repos/core/git/run
deleted file mode 100755
index da8f3e1e..00000000
--- a/repos/core/git/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-exec 2>&1
-
-[ -f ./conf ] && . ./conf
-
-exec chpst -u git \
- git daemon \
- --base-path=${git_home:-/var/git} \
- --export-all \
- --reuseaddr \
- --informative-errors \
- --verbose ${git_opts}