diff options
author | Gerrit Pape <pape@smarden.org> | 2003-05-01 08:45:13 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-05-01 08:45:13 +0000 |
commit | c680551a4d77e7a1c036acb9af909565ca04b82f (patch) | |
tree | a6a43eb502a44b30f5a4fb47d266a022ee0c93b7 /doc/runscripts.html | |
parent | cfcca0e0f31225439f9c1057b01f0baa9e891f66 (diff) | |
download | runit-c680551a4d77e7a1c036acb9af909565ca04b82f.tar.gz runit-c680551a4d77e7a1c036acb9af909565ca04b82f.tar.xz runit-c680551a4d77e7a1c036acb9af909565ca04b82f.zip |
oidentd changes from Jesse Cablek.
Diffstat (limited to 'doc/runscripts.html')
-rw-r--r-- | doc/runscripts.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/runscripts.html b/doc/runscripts.html index d0d7d3e..1a48a0e 100644 --- a/doc/runscripts.html +++ b/doc/runscripts.html @@ -241,12 +241,15 @@ records. Debian's <tt>mingetty</tt> does create his own utmp record. </pre> <hr> <h3><a name="identd">An <tt>oidentd</tt> run script</a></h3> -(<i>Linux</i>, oidentd version 2.0.4, needs patch to add the -n flag) +(<i>Linux</i>, oidentd version 2.0.6) <pre> #!/bin/sh exec 2>&1 - exec oidentd -n -udaemon -gdaemon + exec oidentd -i -S -t 10 -u daemon -g daemon </pre> +This service needs a +<a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a> +to be set up. <hr> <h3><a name="inn">An <tt>innd</tt> run script</a></h3> (<i>Linux</i>) |