Modification : vm_hosted -> etc/sv/*/configure.sh .
[lhc/ateliers.git] / etc / sv / git-daemon / run
index 3af0062..07ff0a3 100755 (executable)
@@ -2,13 +2,11 @@
 exec 2>&1
 sv=${PWD#/etc/sv/}
 eval "home=~$sv"
+
 exec /usr/bin/chpst \
  -u "$sv":"$sv":git-data \
  /usr/lib/git-core/git-daemon \
- --base-path="$home" \
- --interpolated-path=/home/git/srv/%H%D \
+ --interpolated-path="$home"/%H%D \
  --reuseaddr \
  --user-path=pub/git \
- --verbose \
- -- \
- "$home"
+ --verbose