diff options
Diffstat (limited to 'install/celery.service.template')
-rw-r--r-- | install/celery.service.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/celery.service.template b/install/celery.service.template index 1d7278c7c..26b907df6 100644 --- a/install/celery.service.template +++ b/install/celery.service.template @@ -7,6 +7,7 @@ Type=forking User=www-data Group=www-data EnvironmentFile=/etc/default/celeryd-#APP_NAME# +RuntimeDirectory=celery WorkingDirectory=#INSTALL_PATH# ExecStart=/bin/sh -c '${CELERY_BIN} multi start ${CELERYD_NODES} \ -c ${CELERY_PROCESS_NUMBER} -A ${CELERY_APP} --pidfile=${CELERYD_PID_FILE} \ |