aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-04-25 16:13:57 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-04-25 16:13:57 +0200
commita8448ae5c0ad73f5406589d631802e82ad2e552a (patch)
tree32441f980510d6953d6b577f86d930429b5dbf12
parent319646c92e1b45c96d1fc023d8d810cf05f555d8 (diff)
Fixed celeryd variables.
-rwxr-xr-xscripts/rhodecode-setup3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index e805f8c..a38dba5 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -68,8 +68,7 @@ RHODECODE_ADMIN_USER = "admin"
# Upstart config files.
UPSTART_CONF_FILES = ["rhodecode.conf", "rhodecode-start.conf",
"rhodecode-stop.conf"]
-CELERY_UPSTART_FILES = ["celeryd.conf", "celeryd-start.conf",
- "celeryd-stop.conf"]
+CELERY_UPSTART_FILES = ["celeryd.conf"]
# SQL string to create the new role in PostgreSQL.
POSTGRES_CREATE_ROLE = "CREATE ROLE %(role)s LOGIN CREATEDB PASSWORD '%(pwd)s'"