# HG changeset patch # User Matt Zuba # Date 1325096464 25200 # Node ID 58df0b3ed3777f2e337fa1e67522b8c152bdf6db # Parent 203af05539e092722678f98d5e0409e3c2634270 Add Celery upstart file and fix post-stop for rhodecode upstart diff -r 203af05539e0 -r 58df0b3ed377 init.d/celeryd-upstart.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/init.d/celeryd-upstart.conf Wed Dec 28 11:21:04 2011 -0700 @@ -0,0 +1,34 @@ +# celeryd - run the celeryd daemon as an upstart job for rhodecode +# Change variables/paths as necessary and place file /etc/init/celeryd.conf +# start/stop/restart as normal upstart job (ie: $ start celeryd) + +description "Celery for RhodeCode Mercurial Server" +author "Matt Zuba