git-daemon.confd 391 B

123456789
  1. # Meaningful options are:
  2. # --syslog --- Enables syslog logging
  3. # --verbose --- Enables verbose logging
  4. # --export-all --- Exports all repositories even if they don't contain git-daemon-export-ok file
  5. # --port=XXXX --- Starts in port XXXX instead of 9418
  6. # --base-path=/path --- Remap all the path requests as relative to the given path
  7. #
  8. GITDAEMON_OPTS=""