diff options
author | tv <tv@nomic.retiolum> | 2014-01-06 01:07:19 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-01-06 01:07:19 +0100 |
commit | 0db4ada53665b0de75e598deb7331677d33e1fad (patch) | |
tree | 62a635edfbe35a129c66c8e384b189747f1156a4 /go | |
parent | 54cb85b9ae82fe89d717fd5ce3de028b12c7c2fd (diff) |
go: talk about configuration and failure modes
Diffstat (limited to 'go')
-rw-r--r-- | go/README.markdown | 11 |
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`. |