diff options
author | Brett Smith <brettcsmith@brettcsmith.org> | 2012-03-17 22:33:08 -0400 |
---|---|---|
committer | Brett Smith <brettcsmith@brettcsmith.org> | 2012-03-17 22:33:08 -0400 |
commit | e4df2fc5b303b2898af7a89c55514499a03a2823 (patch) | |
tree | aff7f67760fabf03c9ecfc42e18c3da1511fe14f /lazycelery.sh | |
parent | 416b439fc883a570902edd094b44f310d66e849c (diff) | |
download | mediagoblin-e4df2fc5b303b2898af7a89c55514499a03a2823.tar.lz mediagoblin-e4df2fc5b303b2898af7a89c55514499a03a2823.tar.xz mediagoblin-e4df2fc5b303b2898af7a89c55514499a03a2823.zip |
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.
Diffstat (limited to 'lazycelery.sh')
l--------- | lazycelery.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lazycelery.sh b/lazycelery.sh new file mode 120000 index 00000000..4ff15b1d --- /dev/null +++ b/lazycelery.sh @@ -0,0 +1 @@ +lazystarter.sh
\ No newline at end of file |