aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-02-03 13:24:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-02-03 14:32:27 +1300
commit3f41d328a37b5bae22d58f610c97cf5c45aa4a11 (patch)
tree55e775448caa9fd1b05d656762fc1a923843469a /README.md
parentSet the minimum TLS version to TLS 1.2 (diff)
downloadgo-gemini-3f41d328a37b5bae22d58f610c97cf5c45aa4a11.tar.gz
go-gemini-3f41d328a37b5bae22d58f610c97cf5c45aa4a11.zip
Switch listen to systemd socket activationHEADv0.0.0-tejr1master
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9a3db3e..fa26129 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,9 @@ The repository comes with an example server that respond with an hardcoded text
to the root page. To build the server run the following command:
make build
+
+Fork
+----
+
+This is a fork by Tom Ryder <tom@sanctum.geek.nz> that replaces the default
+listening socket with systemd activation.