diff options
author | lassulus <lassulus@googlemail.com> | 2014-01-06 01:10:11 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2014-01-06 01:10:11 +0100 |
commit | 2371e50bf2c8ea1f85b20b549a092bde9aa4854d (patch) | |
tree | 973452a3c286966d86e504a0c237aafe4aebf1da | |
parent | 1ca2ea9a3a24ee6d19f61739e3b8363c108710d5 (diff) | |
parent | dd7311ab3549cf0b62f837f7efea6c2a8aa864a8 (diff) |
Merge branch 'master' of github.com:krebscode/painload
-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`. |