Marcus Reid <[EMAIL PROTECTED]> wrote:
> I don't know what you mean by '/service should all be symlinks.'
> I don't have any symlinks in there; am I missing something important?
/service is supposed to contain symlinks to directories, not the
directories themselves. A service configuration should be complete
from the moment svscan sees it; otherwise, supervise might try to run
the run script before it exists, etc. You can't create a whole
service configuration instantaneously, but you can create it somewhere
else and then create the symlink instantaneously.
> Or should I poll svstat until either a couple of minutes pass or the
> process is down?
Yes.
paul