blob: abcca5ab8c8717ef81d7c10cc2d85e3992e7a844 (
plain)
1
2
3
4
5
6
7
8
|
--- orig/etc/sv/git-daemon/run 2016-03-19 14:22:50.000000000 +0100
+++ git/etc/sv/git-daemon/run 2014-02-06 01:46:55.424870926 +0100
@@ -3,4 +3,4 @@
echo 'git-daemon starting.'
exec chpst -ugitdaemon \
"$(git --exec-path)"/git-daemon --verbose --reuseaddr \
- --base-path=/var/lib /var/lib/git
+ --base-path=/var/cache/git /var/cache/git
|