]> Cypherpunks.ru repositories - gocheese.git/blobdiff - doc/ucspi.texi
Refactor -help, remove -root
[gocheese.git] / doc / ucspi.texi
index 56fb85f67d13c244cd9de3ed6727024f39a00f12..0927113539ab3e98cbc443c7ce3d2fee66c506f6 100644 (file)
@@ -1,8 +1,8 @@
 @node UCSPI-TCP
-@unnumbered UCSPI-TCP
+@section UCSPI-TCP
 
 You can use GoCheese as UCSPI-TCP service. For example running it also
-under @command{daemontools}:
+under @url{http://cr.yp.to/daemontools.html, daemontools}:
 
 @example
 # mkdir -p /var/service/.gocheese/log
@@ -17,7 +17,7 @@ umask 077
 umask 022
 mkdir -p packages
 exec setuidgid gocheese tcpserver -DRH -l 0 ::0 8080 \
-    gocheese -ucspi -passwd passwd
+    gocheese -ucspi -passwd passwd /path/to/packages
 EOF
 
 # cat > log/run <<EOF