I've done another install and found the /usr/share/doc/dotlrn/README.daemontools:
Now you can control the dotlrn service using the svc command:
* To start the service: svc -u /etc/service/dotlrn.
* To stop the service: svc -d /etc/service/dotlrn.
* To restart the service: svc -t /etc/service/dotlrn.
Now you can control the dotlrn service using the svc command:
* To start the service: svc -u /etc/service/dotlrn.
* To stop the service: svc -d /etc/service/dotlrn.
* To restart the service: svc -t /etc/service/dotlrn.
but the /etc/service/dotlrn does not exist. what does exist is the /etc/dotlrn
debian:/etc/dotlrn# ls
analog.cfg backup.sh config.tcl daemontools deploy.sh install keepalive
debian:/etc/dotlrn# svc -t /etc/dotlrn
svc: warning: unable to control /etc/dotlrn: file does not exist
debian:/etc/dotlrn# svc -t /etc/dotlrn/daemontools/
svc: warning: unable to control /etc/dotlrn/daemontools/: file does not exist
debian:/etc/dotlrn#
why do i not have a /service/dotlrn? are the docs correct and i did something wrong? please tell me what to do to get it working?