Daniel Baumann | 74d7dd5 | 2010-10-18 11:53:58 +0200 | [diff] [blame] | 1 | # Defaults for git-daemon initscript |
| 2 | # sourced by /etc/init.d/git-daemon |
| 3 | # installed at /etc/default/git-daemon by the maintainer scripts |
| 4 | |
| 5 | # |
| 6 | # This is a POSIX shell fragment |
| 7 | # |
| 8 | |
| 9 | GIT_DAEMON_ENABLE=false |
| 10 | GIT_DAEMON_USER=gitdaemon |
Jonathan Nieder | 0335ade | 2013-08-11 12:03:28 -0700 | [diff] [blame] | 11 | GIT_DAEMON_BASE_PATH=/var/lib |
Jonathan Nieder | 0b94ee8 | 2013-05-20 00:44:30 -0700 | [diff] [blame] | 12 | GIT_DAEMON_DIRECTORY=/var/lib/git |
Daniel Baumann | 74d7dd5 | 2010-10-18 11:53:58 +0200 | [diff] [blame] | 13 | |
| 14 | # Additional options that are passed to the Daemon. |
| 15 | GIT_DAEMON_OPTIONS="" |