summaryrefslogtreecommitdiffstats
path: root/debian/git-daemon/run
diff options
context:
space:
mode:
Diffstat (limited to 'debian/git-daemon/run')
-rwxr-xr-xdebian/git-daemon/run6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/git-daemon/run b/debian/git-daemon/run
new file mode 100755
index 0000000..b865526
--- /dev/null
+++ b/debian/git-daemon/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+echo 'git-daemon starting.'
+exec chpst -ugitdaemon \
+ "$(git --exec-path)"/git-daemon --verbose --reuseaddr \
+ --base-path=/var/lib /var/lib/git