comparison init.d/celeryd-upstart.conf @ 4212:24c0d584ba86 kallithea-2.2.5-rebrand

General renaming to Kallithea
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:06:01 -0400
parents 99ad9d0af1a3
children e285bb7abb28
comparison
equal deleted inserted replaced
4211:1948ede028ef 4212:24c0d584ba86
1 # celeryd - run the celeryd daemon as an upstart job for kallithea 1 # celeryd - run the celeryd daemon as an upstart job for kallithea
2 # Change variables/paths as necessary and place file /etc/init/celeryd.conf 2 # Change variables/paths as necessary and place file /etc/init/celeryd.conf
3 # start/stop/restart as normal upstart job (ie: $ start celeryd) 3 # start/stop/restart as normal upstart job (ie: $ start celeryd)
4 4
5 description "Celery for RhodeCode Mercurial Server" 5 description "Celery for Kallithea Mercurial Server"
6 author "Matt Zuba <matt.zuba@goodwillaz.org" 6 author "Matt Zuba <matt.zuba@goodwillaz.org"
7 7
8 start on starting kallithea 8 start on starting kallithea
9 stop on stopped kallithea 9 stop on stopped kallithea
10 10