diff options
| -rw-r--r-- | install/supervisor.template | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/install/supervisor.template b/install/supervisor.template index 99bfe8e34..765c9cbf2 100644 --- a/install/supervisor.template +++ b/install/supervisor.template @@ -1,5 +1,5 @@  [program:celery_#APP_NAME#] -command=/usr/bin/celery -A #APP_NAME# worker --loglevel=INFO -c 6 +command=/usr/bin/celery -A #APP_NAME# worker --loglevel=INFO -c 6 -Q low_priority,celery  directory=#INSTALL_PATH#  user=www-data  autostart=true | 
