summaryrefslogtreecommitdiffstats
path: root/debian/git-daemon/log/run
diff options
context:
space:
mode:
Diffstat (limited to 'debian/git-daemon/log/run')
-rwxr-xr-xdebian/git-daemon/log/run7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/git-daemon/log/run b/debian/git-daemon/log/run
new file mode 100755
index 0000000..eed4ed7
--- /dev/null
+++ b/debian/git-daemon/log/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+
+LOG=/var/log/git-daemon
+
+test -d "$LOG" || mkdir -p -m2750 "$LOG" && chown gitlog:adm "$LOG"
+exec chpst -ugitlog svlogd -tt "$LOG"