Wietse Venema:
> [email protected]:
> > Zitat von Wietse Venema <[email protected]>:
> >
> > > [email protected]:
> > >> The "problem" is more of that distribution like Ubuntu and Redhat are
> > >> moving to "upstart" for boot and starting services/daemons. The main
> > >> difference for the started services is that upstart need the program
Is there any reason they can't do this:
Postfix "job" script:
pre-start exec postfix start
post-stop exec postfix stop
With this, the system will do the work for them, and everything
uses stable documented interfaces.
Wietse