From 0db4ada53665b0de75e598deb7331677d33e1fad Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 6 Jan 2014 01:07:19 +0100 Subject: go: talk about configuration and failure modes --- go/README.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'go') 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`. -- cgit v1.2.3