summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
Diffstat (limited to 'go')
-rw-r--r--go/README.markdown11
1 files changed, 7 insertions, 4 deletions
diff --git a/go/README.markdown b/go/README.markdown
index 4e2cb2cf..e508094b 100644
--- a/go/README.markdown
+++ b/go/README.markdown
@@ -42,10 +42,13 @@
to install the systemd service and configuration files.
this will fail if the files are already installed and modified.
- maybe you want to customize the configuration with
+ configure `HOSTN` and `PORT` in `/etc/conf.d/go.env` and the user
+ and/or group in `/etc/systemd/system/go.service`.
- $EDITOR /etc/conf.d/go.env
-
- and finally start the service
+ and finally start the service with
systemctl start go
+
+ this can fail you haven't configured or useradd the user,
+ or if you haven't changed the port and the user isn't allowed to
+ listen to fancy ports like `80`.