aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radaković <stevan.radakovic@linaro.org>2013-04-03 13:56:26 +0200
committerStevan Radaković <stevan.radakovic@linaro.org>2013-04-03 13:56:26 +0200
commit58298203cbcf0b73f5806d9f279d5da3cd11af9a (patch)
treef4232d3ea487dd0419314f94a7b47fc586016a93
parentd3baca23b23140b93e4bc1022de8621dec226aaf (diff)
Add upstart conf script install during upgrade.
-rwxr-xr-xscripts/rhodecode-setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 8356f08..1340ef8 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -811,6 +811,9 @@ if __name__ == '__main__':
# Prepare chown script.
prepare_chown_script(args.rhodecode_usr, args.repos_dir)
+ # Install upstart scripts for Celery and RhodeCode
+ install_upstart_conf(args.no_celery)
+
# Start rhodecode and celery.
start_service("rhodecode")