Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270)
authorBrett Smith <brettcsmith@brettcsmith.org>
Sun, 18 Mar 2012 02:33:08 +0000 (22:33 -0400)
committerBrett Smith <brettcsmith@brettcsmith.org>
Sun, 18 Mar 2012 02:33:08 +0000 (22:33 -0400)
commite4df2fc5b303b2898af7a89c55514499a03a2823
treeaff7f67760fabf03c9ecfc42e18c3da1511fe14f
parent416b439fc883a570902edd094b44f310d66e849c
Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270)

Bug #270 asks for a lazycelery.sh script much like lazyserver.sh.  Rather
than duplicate the code, I consolidated them into a single script,
lazystarter.sh.  The script reconfigures itself a bit, and runs a
particular server, based on the name that's used to call it, but no matter
what it uses the same code to offer help and find configuration files and
server launchers.  Hopefully this will make it easy to add other
features/fix bugs as needed in the future, and have them stay in sync.
lazycelery.sh [new symlink]
lazyserver.sh [changed from file to symlink]
lazystarter.sh [new file with mode: 0755]