Wietse Venema: > lst_ho...@kwsoft.de: > > Zitat von Wietse Venema <wie...@porcupine.org>: > > > > > lst_ho...@kwsoft.de: > > >> 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