Hi @holymoly,
I got the same issue when Redis service is not available (after a pacman -Syu for example
)
You can try to manually start rune_SY_wrk or rune_PL_wrk script (under /var/www/command/), it should display some useful error.
If you have something like "Redis went away", that's mean the redis service is not correctly started.
So you can check the service file usr/lib/systemd/system/redis.service if it looks like this one :
https://raw.githubusercontent.com/RuneA ... is.serviceAnd you can also check if the user "redis" can write into folders /tmp and /run/redis/
After that you can restart the redis service, check if the file /tmp/redis.sock and /run/redis/redis.pid are present
Finally reboot the Rpi or restart the services php-fpm.service and rune_PL_wrk.service.