From 78eb9393d6c83795f962a371aeebf05dae75a1ac Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 21 Mar 2019 19:13:25 +0100 Subject: Celery install: fix runtime directory --- install/celeryd.default.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/celeryd.default.template') 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 -- cgit v1.2.3