# HG changeset patch # User Matt Zuba # Date 2011-12-28 18:21:04 # Node ID 58df0b3ed3777f2e337fa1e67522b8c152bdf6db # Parent 203af05539e092722678f98d5e0409e3c2634270 Add Celery upstart file and fix post-stop for rhodecode upstart diff --git a/init.d/celeryd-upstart.conf b/init.d/celeryd-upstart.conf new file mode 100644 --- /dev/null +++ b/init.d/celeryd-upstart.conf @@ -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