diff options
author | tv <tv@xso> | 2011-09-06 19:57:45 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 19:57:45 +0200 |
commit | 683b24170b8e12dfecf38e84718d919d6bb347fc (patch) | |
tree | 92d5dd20942c1bd11337e6644d0850b437e4d25d /Reaktor/README.md | |
parent | da541cdd4c926de01198edc31e4500ccb9a6a457 (diff) |
//Reaktor/README.md: tell about sudo
Diffstat (limited to 'Reaktor/README.md')
-rw-r--r-- | Reaktor/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Reaktor/README.md b/Reaktor/README.md index d0ccb152..da1c1ebc 100644 --- a/Reaktor/README.md +++ b/Reaktor/README.md @@ -3,4 +3,7 @@ ## Quickstart echo 10:2345:respawn:/bin/su nobody -c /krebs/Reaktor/index >>/etc/inittab + # or 10:2345:respawn:/usr/bin/sudo -u nobody /krebs/Reaktor/index + # if nobody's shell is /bin/false or similar + telinit q |