aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortv <tv@iiso>2011-09-13 17:04:45 +0200
committertv <tv@iiso>2011-09-13 17:04:45 +0200
commit7fb86be4b75f7c1a53e5ee39b620a52f2d35d1bf (patch)
treec47bc370c268fa630bc2672cab8b1f1ef63ef26e /README.md
parent8ed75e6eaf2b5050477b644a1bb97e0c182a4260 (diff)
//Reaktor/IRC: replace irclib with own async bot
Unfortunately irclib failed to detect stale connections. Asyboy comes to the rescue (maybe).^_^->deal with it...^_^
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 05af8ef..b6ea89f 100644
--- a/README.md
+++ b/README.md
@@ -2,22 +2,19 @@
## Quickstart
- ## 1. prepare Reaktor
- //Reaktor/install
-
- ## 2. create a dedicated user
+ ## 1. create a dedicated user
useradd Reaktor
- ## 3. marry Reaktor with /sbin/init
+ ## 2. marry Reaktor with /sbin/init
- ## 3a. /etc/inittab-like foo
+ ## 2a. /etc/inittab-like foo
echo 10:2345:respawn:/bin/su Reaktor -c /krebs/Reaktor/index >>/etc/inittab
# or 10:2345:respawn:/usr/bin/sudo -u Reaktor /krebs/Reaktor/index
# if Reaktor's shell is /bin/false or similar
# [check with e.g getent passwd Reaktor]
telinit q
- ## 3b. upstart-like foo
+ ## 2b. upstart-like foo
cat > /etc/init/Reaktor.conf <<EOF
description "Krebs Reaktor"