From b2e02da46bfa5962f0de902fda6a80022b2fb5f9 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 22 Apr 2026 13:20:14 +0200 Subject: [PATCH] nextcloud: enable taskprocessing:worker as standard service Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com> Signed-off-by: Simon L. --- Containers/nextcloud/supervisord.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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