Provided by: gotd_0.95-1build1_amd64
NAME
gotd — Game of Trees Daemon
SYNOPSIS
gotd [-dnv] [-f config-file]
DESCRIPTION
gotd is a Git repository server which listens on a unix(4) socket and relies on its companion tool gotsh(1) to handle Git-protocol communication over the network, via ssh(1). The Git repository format is described in git-repository(5). gotd requires a configuration file in order to run. The configuration file format is described in gotd.conf(5). It is recommended to restrict ssh(1) features available to users of gotd. See gotsh(1) for details. The options for gotd are as follows: -d Do not daemonize. Send log output to stderr. -f config-file Set the path to the configuration file. If not specified, the file /etc/gotd.conf will be used. -n Configtest mode. Only check the configuration file for validity. -v Verbose mode. Verbosity increases if this option is used multiple times.
FILES
/etc/gotd.conf Default location of the configuration file. /var/run/gotd.sock Default location of the unix socket which gotd is listening on. This path can be configured in gotd.conf(5).
SEE ALSO
got(1), gotsh(1), git-repository(5), gotd.conf(5)
AUTHORS
Stefan Sperling <stsp@openbsd.org>