summaryrefslogtreecommitdiffstats
path: root/go/README.markdown
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-01-06 01:02:09 +0100
committerlassulus <lassulus@googlemail.com>2014-01-06 01:02:09 +0100
commitb74b6b26326dbbb6f62d8ad6388236f50e882263 (patch)
treef72235cc213f6ca0d589247e7946bca7878e0b8c /go/README.markdown
parent7b74930bdc5cce9a84634245de5c29cc7571b42a (diff)
parent54cb85b9ae82fe89d717fd5ce3de028b12c7c2fd (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'go/README.markdown')
-rw-r--r--go/README.markdown17
1 files changed, 17 insertions, 0 deletions
diff --git a/go/README.markdown b/go/README.markdown
index 11a31975..4e2cb2cf 100644
--- a/go/README.markdown
+++ b/go/README.markdown
@@ -32,3 +32,20 @@
redis-cli keys 'go:*' | xargs redis-cli del
if you have changed `redisPrefix`, then use that instead of `go:`.
+
+## use systemd
+
+ run
+
+ make install
+
+ 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
+
+ $EDITOR /etc/conf.d/go.env
+
+ and finally start the service
+
+ systemctl start go