update README - twitch-go - twitch.tv web application in Go
(HTM) git clone git://git.codemadness.org/twitch-go
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2455b494371b4f62b51cee7cdabe185f0fdf4d19
(DIR) parent bb284c4fa7bbe511d58c55cb7b317462638550b6
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 26 Jul 2015 12:18:35 +0200
update README
Diffstat:
M README | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/README b/README
@@ -35,11 +35,14 @@ Install as OpenBSD daemon:
rc_bg=YES
rc_cmd $1
-- Start the daemon: /etc/rc.d/twitch start
+- Start the daemon:
+ # rcctl start twitch
+ or
+ # /etc/rc.d/twitch start
Forward (reverse-proxy) using nginx:
-====================================
+------------------------------------
- In the OpenBSD daemon example above it will use a UNIX domain socket to
communicate with the web server at /var/www/domains/twitch.codemadness.org/twitch.sock .