# HG changeset patch # User Bradley M. Kuhn # Date 2014-07-02 23:04:40 # Node ID 99ad9d0af1a33eb4d8ffaf73f2138fd97f4067dc # Parent 9793473d74be78e0505ecd3d12b856f1dac3c640 Rename init scripts and fix references inside them diff --git a/docs/upgrade.rst b/docs/upgrade.rst --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -20,7 +20,7 @@ Upgrading from PyPI (aka "Cheeseshop") If using a sqlite database, stop the Rhodecode process/daemon/service, and then make a copy of the database file:: - service rhodecode stop + service kallithea stop cp rhodecode.db rhodecode.db.{version} @@ -90,7 +90,7 @@ readily apparent:: Once that is complete, you may now start your upgraded Rhodecode Instance:: - service rhodecode start + service kallithea start Or:: diff --git a/init.d/celeryd-upstart.conf b/init.d/celeryd-upstart.conf --- a/init.d/celeryd-upstart.conf +++ b/init.d/celeryd-upstart.conf @@ -1,19 +1,19 @@ -# celeryd - run the celeryd daemon as an upstart job for rhodecode +# celeryd - run the celeryd daemon as an upstart job for kallithea # 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