[OPEN-ILS-DEV] On the merits of init scripts...
Scott McKellar
mck9 at swbell.net
Wed Jul 16 09:17:14 EDT 2008
--- Aaron Joyner <aaron at joyner.ws> wrote:
<snip -- about a system init script, at least for simple cases>
Any init script should respect the distinction between OpenSRF (a
generic infrastructure layer) and Evergreen (a specific application
built on top of OpenSRF).
In principle it should be possible, and preferably easy, to run
OpenSRF for other things besides Evergreen, or even without Evergreen
at all. The separation between those layers is still not completely
clean, but hopefully it will be some day, and in the meanwhile we
should at least maintain the pretense of independence.
So I would suggest two init scripts. The first one would initialize
OpenSRF. The second one would either call the first one or verify
that OpenSRF was already up and running, and then initialize the
pieces specific to Evergreen.
More information about the Open-ils-dev
mailing list