From b1a06a0b09d156b029327928d4c9a177e73c4714 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 8 Jan 2009 21:18:24 +0000 Subject: run git-daemon as a user --- files/sysconfig/git-daemon | 3 +++ files/sysconfig/git-daemon.vhosts | 3 +++ 2 files changed, 6 insertions(+) (limited to 'files/sysconfig') diff --git a/files/sysconfig/git-daemon b/files/sysconfig/git-daemon index 92e66f2..a9b208c 100644 --- a/files/sysconfig/git-daemon +++ b/files/sysconfig/git-daemon @@ -15,6 +15,9 @@ # - /srv/git/git.example.org #GITVHOST=no +# the user git-daemon should run with +#GITUSER=nobody + # options for the daemon #OPTIONS="--reuseaddr --verbose --detach" diff --git a/files/sysconfig/git-daemon.vhosts b/files/sysconfig/git-daemon.vhosts index dce800f..62bb9d4 100644 --- a/files/sysconfig/git-daemon.vhosts +++ b/files/sysconfig/git-daemon.vhosts @@ -16,6 +16,9 @@ #GITVHOST=no GITVHOST=yes +# the user git-daemon should run with +#GITUSER=nobody + # options for the daemon #OPTIONS="--reuseaddr --verbose --detach" -- cgit v1.2.3