diff options
Diffstat (limited to 'repos/core/git/run')
| -rwxr-xr-x | repos/core/git/run | 12 |
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} |