]> git.evergreen-ils.org Git - OpenSRF.git/commit
Give opensrf.py reasonable defaults for options
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 16:21:15 +0000 (16:21 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 9 Nov 2010 16:21:15 +0000 (16:21 +0000)
commitaf2086961e21419f6cfc3e1bf45440fe64c8e640
tree96dee8d26ae758b68cc8ef84ffd04dca0d15d7e8
parent4687618614d794984a3478fd97098916e76d5af4
Give opensrf.py reasonable defaults for options

Rather than:
opensrf.py -l -d -f /openils/conf/opensrf_core.xml -p /openils/var/run/ -a start_all

you can now use:
opensrf.py -l -d -a start_all

Isn't that better? Note that we put the PIDs into PID_DIR/run/opensrf/
so that if/when OpenSRF is installed outside of the /openils/ prefix,
the names of the processes won't conflict with any other application PIDs.
Unlikely, but you never know.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2067 9efc2488-bf62-4759-914b-345cdb29e865
configure.ac
src/python/opensrf.py [deleted file]
src/python/opensrf.py.in [new file with mode: 0755]