aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-04-25 14:03:21 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-04-25 14:03:21 +0200
commit94d130e95832c73913049b627e2843bcea1cac15 (patch)
tree93bb28a4d7d97702ca6936938c7fba1259dddcfe
parent1a75973671c1e27506ab200d52b429141edd9c43 (diff)
First changes to celery upstart script.
-rw-r--r--scripts/celeryd-upstart.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/celeryd-upstart.conf b/scripts/celeryd-upstart.conf
index 34771c1..4bffc6b 100644
--- a/scripts/celeryd-upstart.conf
+++ b/scripts/celeryd-upstart.conf
@@ -12,10 +12,10 @@ respawn
umask 0022
-env PIDFILE=/tmp/celeryd.pid
-env HOME=/home/rhodecode
-env APPINI=/home/rhodecode/production.ini
-env USER=rhodecode
+env PIDFILE="/tmp/celeryd.pid"
+env HOME="/home/rhodecode"
+env APPINI="/home/rhodecode/production.ini"
+env USER="rhodecode"
# To use group (if different from user), you must edit sudoers file and change
# root's entry from (ALL) to (ALL:ALL)
# env GROUP=rhodecode