From e4df2fc5b303b2898af7a89c55514499a03a2823 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Sat, 17 Mar 2012 22:33:08 -0400 Subject: 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 | 1 + 1 file changed, 1 insertion(+) create mode 120000 lazycelery.sh (limited to 'lazycelery.sh') 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 -- cgit v1.2.3