commit - b148e63d1f09f60fc25d5a6e2c76e126c9827c2d
commit + 11b08149fcd8763628621149e6957161ac236fef
blob - 2eaa6f893d71aee3fc293fbaef9932969dbf0923
blob + 52f1514556cdd5372b1c19788698dd31c7ff47e7
--- gotd/gotd.8
+++ gotd/gotd.8
.Xr gotsh 1 ,
.Xr git-repository 5 ,
.Xr gotd.conf 5
-.Xr gotd-secrets.conf 5
+.Xr gotd-secrets.conf 5 ,
+.Xr gotctl 8
.Sh AUTHORS
.An Stefan Sperling Aq Mt stsp@openbsd.org
.Sh CAVEATS
because
.Nm
does not yet support version 2 of the Git network protocol.
+.Pp
+.Nm
+cannot honour the SIGHUP signal because the
+.Pa /etc/gotd-secrets.conf
+file is only readable by root, and
+.Nm
+runs entirely without root privileges after initial startup.
+The configuration of a running
+.Nm
+instance can be reloaded by running
+.Cm gotctl reload
+as root.