diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-12-12 10:17:03 -0500 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-12-12 10:17:03 -0500 |
commit | 78dc055e22b55253ed395d616a6ce5635ef91499 (patch) | |
tree | d9782bba290ead974b9282d21eee1deb79b17e9d /lazyserver.sh | |
parent | 5b9ef3d58f7b8f8669c5cfb7c4938e01d297ed10 (diff) | |
download | mediagoblin-78dc055e22b55253ed395d616a6ce5635ef91499.tar.lz mediagoblin-78dc055e22b55253ed395d616a6ce5635ef91499.tar.xz mediagoblin-78dc055e22b55253ed395d616a6ce5635ef91499.zip |
Add some documentation to lazyserver.sh
I had no idea what it did, so I asked and tossed the answer at the
top of the script.
Diffstat (limited to 'lazyserver.sh')
-rwxr-xr-x | lazyserver.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lazyserver.sh b/lazyserver.sh index 63818a6a..4ca073b5 100755 --- a/lazyserver.sh +++ b/lazyserver.sh @@ -16,6 +16,10 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# This runs Mediagoblin using Paste with Celery set to always eager mode. +# + if [ "$1" = "-h" ] then echo "$0 [-h] [-c paste.ini] [ARGS_to_paster ...]" |