Erich Schubert <erich.schubert <at> gmail.com> writes: > From the BoF docs, the plan is currently to support only the > non-forking (i.e. foreground) approach. Some apps that don't work this > way that I'm aware of are apache and mysql. > (Mysql can be run in foreground though. There is just some odd > shell-wrapper around it that tries to make sure it restarts on a > crash... this isn't really needed with a better init system)
apache2 can be told to run in foreground with the command line option -DNO_DETACH. IIRC it doesn't create its own process group in this case though, 'chpst -P apache2 -DNO_DETACH' can fix that. apache1 has the -F option. Regards, Gerrit. _______________________________________________ initscripts-ng-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/initscripts-ng-devel

