summaryrefslogtreecommitdiff
path: root/install/celeryd.default.template
diff options
context:
space:
mode:
Diffstat (limited to 'install/celeryd.default.template')
-rw-r--r--install/celeryd.default.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/celeryd.default.template b/install/celeryd.default.template
index 39c97b902..26f66ad06 100644
--- a/install/celeryd.default.template
+++ b/install/celeryd.default.template
@@ -11,7 +11,7 @@ CELERY_APP="#APP_NAME#"
# Log and PID directories
CELERYD_LOG_FILE="/var/log/celery/#APP_NAME#%n%I.log"
-CELERYD_PID_FILE="/var/run/celery/#APP_NAME#%n.pid"
+CELERYD_PID_FILE="/run/celery/#APP_NAME#%n.pid"
# Log level
CELERYD_LOG_LEVEL=INFO