My SysV daemons are not starting on boot, although I can start them
with
/etc/init.d/myDaemon start
(thanks to SYSTEMCTL_SKIP_REDIRECT).
chkconfig --list myDaemon
indicates start levels 3 and five, and the links in /etc/rc.d are
in place and correct.
Debug indicates that the daemon function is being called.
Thanks for your help.
Mike.