summaryrefslogtreecommitdiffstats
path: root/go/README.markdown
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-01-06 01:00:06 +0100
committertv <tv@nomic.retiolum>2014-01-06 01:00:06 +0100
commit89317ee561297b3626fa86db4951187bf8bccea1 (patch)
treea76770d2d2caa6895c3cd7c6da2b97b9b62e863d /go/README.markdown
parentfbc2cf879ea76a590923fbcd4bf6150be0aad35c (diff)
go: add systemd foo
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