diff --git a/Containers/nextcloud/supervisord.conf b/Containers/nextcloud/supervisord.conf index 1db885e9..ebe0b68f 100644 --- a/Containers/nextcloud/supervisord.conf +++ b/Containers/nextcloud/supervisord.conf @@ -25,6 +25,14 @@ stderr_logfile_maxbytes=0 command=/cron.sh user=www-data +[program:taskprocessing-worker] +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 +command=php /var/www/html/occ taskprocessing:worker --timeout 300 +user=www-data + [program:run-exec-commands] stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0